Macaulay2 Engine
Loading...
Searching...
No Matches
◆
solveInvertible()
[2/3]
bool
MatrixOps::solveInvertible
(
const
DMatZZGMP
&
A
,
const
DMatZZGMP
&
B
,
DMatZZGMP
&
X
)
inline
Definition at line
725
of file
mat-linalg.hpp
.
728
{
729
(void) A;
730
(void) B;
731
(void) X;
732
throw
exc::engine_error
(
733
"'solveInvertible' not implemented for this kind of matrix over this "
734
"ring"
);
735
}
exc::engine_error
Definition
exceptions.hpp:42
MatrixOps
Generated on
for Macaulay2 Engine by
1.15.0