Macaulay2 Engine
Loading...
Searching...
No Matches
◆
QR()
[2/3]
bool
MatrixOps::QR
(
const
DMatRR
&
A
,
DMatRR
&
Q
,
DMatRR
&
R
,
bool
return_QR
)
inline
Definition at line
1273
of file
mat-linalg.hpp
.
1274
{
1275
return
Lapack::QR
(&A, &Q, &R, return_QR);
1276
}
Lapack::QR
static bool QR(const DMatRR *A, DMatRR *Q, DMatRR *R, bool return_QR)
Definition
lapack.cpp:898
References
Lapack::QR()
.
MatrixOps
Generated on
for Macaulay2 Engine by
1.15.0