Macaulay2 Engine
Loading...
Searching...
No Matches

◆ rawBasis()

const Matrix * rawBasis ( const Matrix * M,
M2_arrayint lo_degree,
M2_arrayint hi_degree,
M2_arrayint wt,
M2_arrayint vars,
M2_bool do_truncation,
int limit )

Definition at line 655 of file matrix.cpp.

663{
664 return M->Matrix::basis(lo_degree, hi_degree, wt, vars, do_truncation, limit);
665}

References Matrix.