#include <iostream>
#include <cstddef>
#include <cassert>
#include <cfloat>
Go to the source code of this file.
Classes | |
class | sparseqr::Packed |
class | sparseqr::J |
class | sparseqr::Qmatrix |
class | sparseqr::Smatrix |
class | sparseqr::QR |
Namespaces | |
namespace | sparseqr |
Functions | |
std::ostream & | sparseqr::operator<< (std::ostream &os, const Packed &p) |
std::ostream & | sparseqr::operator<< (std::ostream &os, const J &j) |
std::ostream & | sparseqr::operator<< (std::ostream &os, const Qmatrix &q) |
Sparse QR solver
Definition in file sparseqr.hh.