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

◆ SVD() [5/5]

template<typename Mat, typename Mat2>
bool MatrixOps::SVD ( const Mat & A,
Mat2 & Sigma,
Mat & U,
Mat & Vt,
int strategy )

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

393{
394 (void) A;
395 (void) Sigma;
396 (void) U;
397 (void) Vt;
398 (void) strategy;
399 throw exc::engine_error(
400 "'SVD' not implemented for this kind of matrix over this ring");
401}

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