In file bandmatrix.hpp:A symmetric band-matrix with memory management
Documentation
A symmetric band-matrix with memory management
Inheritance:
Public Methods
-
SymBandMatrix(int an, int abw)
-
~SymBandMatrix()
-
SymBandMatrix& operator= (const T & val)
Public Methods
-
void Mult(const FlatVector<TV> & x, FlatVector<TV> & y) const
-
ostream& Print(ostream & ost) const
-
int Height() const
-
int BandWidth() const
-
const T& operator() (int i, int j) const
-
T& operator() (int i, int j)
-
bool Used(int i, int j) const
Protected Fields
-
int n
-
int bw
-
T* data
SymBandMatrix(int an, int abw)
~SymBandMatrix()
SymBandMatrix& operator= (const T & val)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.