#include <iostream>#include <cstddef>#include <cassert>#include <cfloat>

Go to the source code of this file.
Classes | |
| class | sparseqr::J |
| Given's rotations. More... | |
| class | sparseqr::Packed |
| Row of a sparse matrix. More... | |
| class | sparseqr::Qmatrix |
| Q matrix of the QR factorization. More... | |
| class | sparseqr::QR |
| QR factorization. More... | |
| class | sparseqr::Smatrix |
Namespaces | |
| namespace | sparseqr |
SparseQR solver. | |
Defines | |
| #define | QRSTAT |
Functions | |
| 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) |
| #define QRSTAT |
Definition at line 36 of file sparseqr.hh.