Show All |
Public Member Functions
-
BandedMatrix (int iSize, int iLBands, int iUBands)
-
BandedMatrix (const BandedMatrix &rkM)
-
~BandedMatrix ()
-
operator= (const BandedMatrix &rkM)
-
intgetSize () const
-
intgetLBands () const
-
intgetUBands () const
-
T *getDBand ()
-
const T *getDBand () const
-
intgetLBandMax (int i) const
-
T *getLBand (int i)
-
const T *getLBand (int i) const
-
intgetUBandMax (int i) const
-
T *getUBand (int i)
-
const T *getUBand (int i) const
-
T &operator() (int iRow, int iCol)
-
Toperator() (int iRow, int iCol) const
-
voidsetZero ()
-
voidsetIdentity ()