Classes | |
class | Driver |
class | Fill |
class | GivensRotations |
class | J |
class | MinDegree |
class | Packed |
class | Qmatrix |
class | QR |
class | Smatrix |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Packed &p) |
std::ostream & | operator<< (std::ostream &os, const J &j) |
std::ostream & | operator<< (std::ostream &os, const Qmatrix &q) |
SparseQR solver.
From the README file:
This routine computes the QR decomposition of a mxn matrix A, m>=n, such that
where , is an upper triangular mxm matrix and as well as are permutation matrices.