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

◆ leastSquares() [5/5]

template<typename Mat>
bool MatrixOps::leastSquares ( const Mat & A,
const Mat & B,
Mat & X,
bool assume_full_rank )

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

382{
383 (void) A;
384 (void) B;
385 (void) X;
386 (void) assume_full_rank;
387 throw exc::engine_error(
388 "'leastSquares' not implemented for this kind of matrix over this ring");
389}

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