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
![\[ P_r \cdot Q^\top \cdot A \cdot P_c^\top =
\begin{pmatrix} R \\ 0 \end{pmatrix} \]](form_772.png)
where 


