In file bandmatrix.hpp:A symmetric band-matrix
Documentation
A symmetric band-matrix
Inheritance:
Public Methods
-
FlatSymBandMatrix(int an, int abw, T* adata)
-
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
-
FlatSymBandMatrix& operator= (const T & val)
Protected Fields
-
int n
-
int bw
-
T* data
int n
int bw
T* data
FlatSymBandMatrix(int an, int abw, T* adata)
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
FlatSymBandMatrix& operator= (const T & val)
- Direct child classes:
- SymBandMatrix
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.