Macaulay2 Engine
Loading...
Searching...
No Matches
◆
rawLU()
M2_arrayintOrNull
rawLU
(
const
MutableMatrix
*
A
,
MutableMatrix
*
L
,
MutableMatrix
*
U
)
Definition at line
653
of file
mutable-matrix.cpp
.
656
{
657
try
658
{
659
return
A->
LU
(L, U);
660
}
catch
(
const
exc::engine_error
& e)
661
{
662
ERROR
(e.what());
663
return
nullptr
;
664
}
665
}
MutableMatrix::LU
virtual M2_arrayintOrNull LU(MutableMatrix *L, MutableMatrix *U) const =0
ERROR
const int ERROR
Definition
m2-mem.cpp:55
exc::engine_error
Definition
exceptions.hpp:42
References
ERROR
, and
MutableMatrix::LU()
.
Macaulay2
e
interface
mutable-matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0