Macaulay2 Engine
Loading...
Searching...
No Matches
◆
solveLinear()
[4/5]
bool
MatrixOps::solveLinear
(
const
DMatZZGMP
&
A
,
const
DMatZZGMP
&
B
,
DMatZZGMP
&
X
)
inline
Definition at line
716
of file
mat-linalg.hpp
.
717
{
718
(void) A;
719
(void) B;
720
(void) X;
721
throw
exc::engine_error
(
722
"'solveLinear' not implemented for this kind of matrix over this ring"
);
723
}
exc::engine_error
Definition
exceptions.hpp:42
MatrixOps
Generated on
for Macaulay2 Engine by
1.15.0