In file bandmatrix.hpp:

template<class T> class SymBandMatrix

A symmetric band-matrix with memory management

Documentation

A symmetric band-matrix with memory management

Inheritance:


Public Methods

[more] SymBandMatrix(int an, int abw)
[more] ~SymBandMatrix()
[more]SymBandMatrix& operator= (const T & val)


Inherited from FlatSymBandMatrix:

Public Methods

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

Protected Fields

oint n
oint bw
oT* data

o SymBandMatrix(int an, int abw)

o ~SymBandMatrix()

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