HomeSort by: relevance | last modified time | path
    Searched defs:isl_mat_left_hermite (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/isl/dist/
isl_mat.c 641 __isl_give isl_mat *isl_mat_left_hermite(__isl_take isl_mat *M, int neg, function
859 H = isl_mat_left_hermite(isl_mat_copy(mat), 0, NULL, NULL);
875 mat = isl_mat_left_hermite(mat, 0, &U, NULL);
1747 H = isl_mat_left_hermite(isl_mat_copy(M), 0, NULL, &Q);
2061 H = isl_mat_left_hermite(H, 0, NULL, &Q);

Completed in 39 milliseconds