Home
last modified time | relevance | path

Searched refs:mzd_submatrix (Results 1 – 13 of 13) sorted by relevance

/dports/math/m4ri/m4ri-release-20200125/m4ri/
H A Dechelonform.c81 mzd_t *B0 = mzd_submatrix(NULL, A, 0, r_radix, r, r_radix+m4ri_radix); in mzd_echelonize_pluq()
94 mzd_t *B = mzd_submatrix(NULL, A, 0, r_radix, r, A->ncols); in mzd_echelonize_pluq()
H A Dmzd.c1752 INV = mzd_submatrix(INV, H, 0, A->ncols, A->nrows, 2 * A->ncols); in mzd_invert_naive()
1867 mzd_t *mzd_submatrix(mzd_t *S, mzd_t const *M, rci_t const startrow, rci_t const startcol, rci_t co… in mzd_submatrix() function
2234 U = mzd_submatrix(NULL, A, 0, 0, k, k); in mzd_extract_u()
2250 L = mzd_submatrix(NULL, A, 0, 0, k, k); in mzd_extract_l()
H A Dmzd.h953 mzd_t *mzd_submatrix(mzd_t *S, mzd_t const *M, rci_t const lowr, rci_t const lowc, rci_t const high…
H A Dple_russian.c366 mzd_submatrix(E, A, r, 0, r+k, A->ncols); in _mzd_ple_to_e()
H A Dbrilliantrussian.c699 U = mzd_submatrix(U, A, r, 0, r + kbar, ncols); in _mzd_echelonize_m4ri()
/dports/math/m4ri/m4ri-release-20200125/tests/
H A Dtest_misc.c86 mzd_submatrix(S, M, lowr, lowc, highr, highc); in test_submatrix()
/dports/math/m4ri/m4ri-release-20200125/bench/
H A Dbench_mzd.c506 BENCHMARK_PREFIX(mzd_submatrix) in BENCHMARK_PREFIX() argument
517 TIME(mzd_submatrix(S, A, rowa, cola, rowb, colb)); in BENCHMARK_PREFIX()
/dports/math/m4rie/m4rie-release-20200115/src/
H A Dmzd_slice.h453 mzd_submatrix(S->x[i], A->x[i], lowr, lowc, highr, highc); in mzd_slice_submatrix()
H A Dmzed.h161 mzd_submatrix(S->x, M->x, lowr, lowc*M->w, highr, highc*M->w); in mzed_submatrix()
/dports/math/py-brial/BRiAl-1.2.10/groebner/include/polybori/groebner/
H A Dlinear_algebra_step.h399 mzd_t* sub_step1=mzd_submatrix(NULL,transposed_step1,0,0,remaining_cols,rows); in linalg_step_modified()
/dports/math/brial/BRiAl-1.2.10/groebner/include/polybori/groebner/
H A Dlinear_algebra_step.h399 mzd_t* sub_step1=mzd_submatrix(NULL,transposed_step1,0,0,remaining_cols,rows); in linalg_step_modified()
/dports/math/py-brial/BRiAl-1.2.10/groebner/src/
H A DFGLMStrategy.cc346 mzd_submatrix(dst, mat, idx, 0, idx+1, varietySize); in findVectorInMultTables()
/dports/math/brial/BRiAl-1.2.10/groebner/src/
H A DFGLMStrategy.cc346 mzd_submatrix(dst, mat, idx, 0, idx+1, varietySize); in findVectorInMultTables()