#include <newmat.h>
List of all members.
Detailed Description
Upper and lower bandwidths of a matrix. That is number of diagonals strictly above or below main diagonal, e.g. diagonal matrix has 0 upper and lower bandwiths. -1 means the matrix may have the maximum bandwidth.
Definition at line 202 of file newmat.h.
Constructor & Destructor Documentation
MatrixBandWidth::MatrixBandWidth |
( |
const int |
l, |
|
|
const int |
u | |
|
) |
| | [inline] |
MatrixBandWidth::MatrixBandWidth |
( |
const int |
i |
) |
[inline] |
Member Function Documentation
int MatrixBandWidth::lower |
( |
|
) |
const [inline] |
int MatrixBandWidth::Lower |
( |
|
) |
const [inline] |
int MatrixBandWidth::upper |
( |
|
) |
const [inline] |
int MatrixBandWidth::Upper |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files: