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

◆ increase_norm() [1/5]

template<typename T>
void MatrixOps::increase_norm ( gmp_RRmutable nm,
const T & mat )

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

425{
426 (void) nm;
427 (void) mat;
428 throw exc::engine_error(
429 "'norm' not implemented for this kind of matrix over this ring");
430}

References T.

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