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
}
exc::engine_error
Definition
exceptions.hpp:42
Referenced by
MutableMat< Mat >::eigenvalues()
.
MatrixOps
Generated on
for Macaulay2 Engine by
1.15.0