sparseqr.hh File Reference

#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

 sparseqr
 SparseQR solver.
 

Functions

std::ostream & sparseqr::operator<< (std::ostream &os, const J &j)
 
std::ostream & sparseqr::operator<< (std::ostream &os, const Packed &p)
 
std::ostream & sparseqr::operator<< (std::ostream &os, const Qmatrix &q)
 

Detailed Description

Sparse QR solver

Author
Thomas H. Robey, 1996, 1997, 1998

Definition in file sparseqr.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich