Band matrix. More...
#include <newmat.h>
Inherits GeneralMatrix.
Inherited by LowerBandMatrix, and UpperBandMatrix.
| |
void | CornerClear () const |
set unused parts of BandMatrix to zero | |
short | SimpleAddOK (const GeneralMatrix *gm) |
can we add two band matrices with simple vector add | |
void | operator= (const BaseMatrix &) |
assignment operator for BandMatrix | |
void | resize (const GeneralMatrix &A) |
resize BandMatrix |
Band matrix.
Definition at line 1096 of file newmat.h.
short BandMatrix::SimpleAddOK | ( | const GeneralMatrix * | gm | ) | [protected] |
can we add two band matrices with simple vector add
For band matrices the bandwidths must agree
Definition at line 74 of file bandmat.cpp.