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

◆ LUincremental() [2/2]

template<typename Mat>
M2_arrayintOrNull MatrixOps::LUincremental ( std::vector< size_t > & P,
Mat & LU,
const Mat & v,
int i )

Definition at line 320 of file mat-linalg.hpp.

321{
322 (void) P;
323 (void) LU;
324 (void) v;
325 (void) i;
326 throw exc::engine_error(
327 "'LUincremental' not implemented for this kind of matrix over this ring");
328}
M2_arrayintOrNull LU(const Mat &A, Mat &L, Mat &U)

References LU().

Referenced by MutableMat< Mat >::LUincremental().