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

◆ triangularSolve() [2/2]

template<typename Mat>
void MatrixOps::triangularSolve ( Mat & Lv,
Mat & x,
int m,
int strategy )

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

332{
333 (void) Lv;
334 (void) x;
335 (void) m;
336 (void) strategy;
337 throw exc::engine_error(
338 "'triangularSolve' not implemented for this kind of matrix over this "
339 "ring");
340}
volatile int x

References x.

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