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

◆ LU() [3/3]

template<typename Mat>
M2_arrayintOrNull MatrixOps::LU ( const Mat & A,
Mat & L,
Mat & U )

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

311{
312 (void) A;
313 (void) L;
314 (void) U;
315 throw exc::engine_error(
316 "'LU' not implemented for this kind of matrix over this ring");
317}

Referenced by MutableMat< Mat >::LU(), LUincremental(), and LUincremental().