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

◆ eigenvalues() [5/5]

template<typename Mat, typename Mat2>
bool MatrixOps::eigenvalues ( const Mat & A,
Mat2 & eigenvals )

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

344{
345 (void) A;
346 (void) eigenvals;
347 throw exc::engine_error(
348 "'eigenvalues' not implemented for this kind of matrix over this ring");
349}

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