In file bandmatrix.hpp:

template<class T> class FlatSymBandMatrix

A symmetric band-matrix

Documentation

A symmetric band-matrix

Inheritance:


Public Methods

[more] FlatSymBandMatrix(int an, int abw, T* adata)
[more]void Mult(const FlatVector<TV> & x, FlatVector<TV> & y) const
[more]ostream& Print(ostream & ost) const
[more]int Height() const
[more]int BandWidth() const
[more]const T& operator() (int i, int j) const
[more]T& operator() (int i, int j)
[more]bool Used(int i, int j) const
[more]FlatSymBandMatrix& operator= (const T & val)

Protected Fields

[more]int n
[more]int bw
[more]T* data

oint n

oint bw

oT* data

o FlatSymBandMatrix(int an, int abw, T* adata)

ovoid Mult(const FlatVector<TV> & x, FlatVector<TV> & y) const

oostream& Print(ostream & ost) const

oint Height() const

oint BandWidth() const

oconst T& operator() (int i, int j) const

oT& operator() (int i, int j)

obool Used(int i, int j) const

oFlatSymBandMatrix& 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++.