Macaulay2 Engine
Loading...
Searching...
No Matches

◆ QR() [1/3]

bool MatrixOps::QR ( const DMatCC & A,
DMatCC & Q,
DMatCC & R,
bool return_QR )
inline

Definition at line 1278 of file mat-linalg.hpp.

1279{
1280 return Lapack::QR(&A, &Q, &R, return_QR);
1281}
static bool QR(const DMatRR *A, DMatRR *Q, DMatRR *R, bool return_QR)
Definition lapack.cpp:898

References Lapack::QR().