In file bandmatrix.hpp:

template<class T> class BandCholeskyFactors

Cholesky factors of a band matrix

Documentation

Cholesky factors of a band matrix

Inheritance:


Public Methods

[more] BandCholeskyFactors(const SymBandMatrix<T> & a)
allocate memory and factor a
[more] ~BandCholeskyFactors()


Inherited from FlatBandCholeskyFactors:

Public Methods

ovoid Factor(const FlatSymBandMatrix<T> & a)
ovoid Mult(const FlatVector<TV> & x, FlatVector<TV> & y) const
oostream& Print(ostream & ost) const
oint Index(int i, int j) const
oconst T& operator() (int i, int j) const
oT& operator() (int i, int j)
oint Size() const
oint BandWidth() const
ostatic int RequiredMem(int n, int bw)

Protected Fields

oint n
oint bw
oT* mem

o BandCholeskyFactors(const SymBandMatrix<T> & a)
allocate memory and factor a

o ~BandCholeskyFactors()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.