Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3e52acd2 authored by BOUCHERIE Raphael's avatar BOUCHERIE Raphael
Browse files

Modified init tree

parent f820944e
No related tags found
1 merge request!3Treewalk
......@@ -31,7 +31,7 @@ main(int argc, char ** argv)
matrix.p = 1;
matrix.mt = 4;
matrix.nt = 13;
libhqr_hqr_init( &qrtree, LIBHQR_QR, &matrix, 3 , 0, 2 , -1, 0, 0);
libhqr_hqr_init( &qrtree, LIBHQR_QR, &matrix, -1 , -1 , -1 , -1, 0, 0);
minMN = libhqr_imin(matrix.mt, matrix.nt );
rc = libhqr_tree_check( &matrix, &qrtree );
printf("%d\n", rc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment