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

◆ QR() [3/3]

template<typename Mat, typename Mat2, typename Mat3>
bool MatrixOps::QR ( const Mat & A,
Mat2 & Q,
Mat3 & R,
bool return_QR )

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

405{
406 (void) A;
407 (void) Q;
408 (void) R;
409 (void) return_QR;
410 throw exc::engine_error(
411 "'QR' not implemented for this kind of matrix over this ring");
412}

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