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

◆ DO()

M2_arrayintOrNull FF_LUComputation::DO ( MutableMatrix * M)
static

Definition at line 116 of file fractionfreeLU.cpp.

117{
119 if (!F.calc()) return nullptr;
120 M2_arrayint col_permutation = F.get_column_permutation();
121 return col_permutation;
122}
MutableMatrix * M
FF_LUComputation(MutableMatrix *M)

References calc(), FF_LUComputation(), get_column_permutation(), and M.

Referenced by IM2_FF_LU().