Macaulay2 Engine
Loading...
Searching...
No Matches
◆
inverse()
[4/5]
bool
MatrixOps::inverse
(
const
DMatZZGMP
&
A
,
DMatZZGMP
&
result_inv
)
inline
Definition at line
700
of file
mat-linalg.hpp
.
701
{
702
(void) A;
703
(void) result_inv;
704
throw
exc::engine_error
(
705
"'invert' not implemented for this kind of matrix over this ring"
);
706
}
exc::engine_error
Definition
exceptions.hpp:42
MatrixOps
Generated on
for Macaulay2 Engine by
1.15.0