Macaulay2 Engine
Loading...
Searching...
No Matches
◆
rawQR()
M2_bool
rawQR
(
const
MutableMatrix
*
A
,
MutableMatrix
*
Q
,
MutableMatrix
*
R
,
M2_bool
return_QR
)
Definition at line
805
of file
mutable-matrix.cpp
.
809
{
810
try
811
{
812
return
A->
QR
(Q, R, return_QR);
813
}
catch
(
const
exc::engine_error
& e)
814
{
815
ERROR
(e.what());
816
return
false
;
817
}
818
}
MutableMatrix::QR
virtual bool QR(MutableMatrix *Q, MutableMatrix *R, bool return_QR) const =0
ERROR
const int ERROR
Definition
m2-mem.cpp:55
exc::engine_error
Definition
exceptions.hpp:42
References
ERROR
, and
MutableMatrix::QR()
.
Macaulay2
e
interface
mutable-matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0