SparseQR solver. More...
Classes | |
| class | Driver |
| Driver class for sparse QR decomposition. More... | |
| class | Fill |
| class | GivensRotations |
| Given's Rotations. More... | |
| class | J |
| Given's rotations. More... | |
| class | MinDegree |
| class | Packed |
| Row of a sparse matrix. More... | |
| class | Qmatrix |
| Q matrix of the QR factorization. More... | |
| class | QR |
| QR factorization. More... | |
| class | Smatrix |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Packed &p) |
| std::ostream & | operator<< (std::ostream &os, const Qmatrix &q) |
| std::ostream & | operator<< (std::ostream &os, const J &j) |
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.
| std::ostream& sparseqr::operator<< | ( | std::ostream & | os, |
| const Packed & | p | ||
| ) |
| std::ostream& sparseqr::operator<< | ( | std::ostream & | os, |
| const Qmatrix & | q | ||
| ) |
| std::ostream& sparseqr::operator<< | ( | std::ostream & | os, |
| const J & | j | ||
| ) |