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

◆ clean() [5/5]

template<typename T>
void MatrixOps::clean ( gmp_RR epsilon,
T & mat )

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

416{
417 (void) epsilon;
418 (void) mat;
419 throw exc::engine_error(
420 "'clean' not implemented for this kind of matrix over this ring");
421}

References T.

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