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

◆ LU() [2/3]

M2_arrayintOrNull MatrixOps::LU ( const DMatZZGMP & A,
DMatZZGMP & L,
DMatZZGMP & U )
inline

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

684{
685 (void) A;
686 (void) L;
687 (void) U;
688 throw exc::engine_error(
689 "'LU' not implemented for this kind of matrix over this ring");
690}