In file bandmatrix.hpp: Cholesky factors of a band matrix
Documentation
Cholesky factors of a band matrix
Inheritance:
Public Methods
-
BandCholeskyFactors(const SymBandMatrix<T> & a)
- allocate memory and factor a
-
~BandCholeskyFactors()
Public Methods
-
void Factor(const FlatSymBandMatrix<T> & a)
-
void Mult(const FlatVector<TV> & x, FlatVector<TV> & y) const
-
ostream& Print(ostream & ost) const
-
int Index(int i, int j) const
-
const T& operator() (int i, int j) const
-
T& operator() (int i, int j)
-
int Size() const
-
int BandWidth() const
-
static int RequiredMem(int n, int bw)
Protected Fields
-
int n
-
int bw
-
T* mem
BandCholeskyFactors(const SymBandMatrix<T> & a)
- allocate memory and factor a
~BandCholeskyFactors()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.