Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Defines | Functions
sparseqr/sparseqr.hh File Reference
#include <iostream>
#include <cstddef>
#include <cassert>
#include <cfloat>
Include dependency graph for sparseqr.hh:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define QRSTAT

Definition at line 36 of file sparseqr.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)