|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmat.h>
Public Member Functions | |
| MatrixBandWidth (const int l, const int u) | |
| MatrixBandWidth (const int i) | |
| MatrixBandWidth | operator+ (const MatrixBandWidth &) const |
| MatrixBandWidth | operator* (const MatrixBandWidth &) const |
| MatrixBandWidth | minimum (const MatrixBandWidth &) const |
| MatrixBandWidth | t () const |
| bool | operator== (const MatrixBandWidth &bw) const |
| bool | operator!= (const MatrixBandWidth &bw) const |
| int | Upper () const |
| int | Lower () const |
Public Attributes | |
| int | lower |
| int | upper |
|
inline |
|
inline |
Definition at line 204 of file newmat.h.
Referenced by KPMatrix::BandWidth(), BandMatrix::ReSize(), and SymmetricBandMatrix::ReSize().
| MatrixBandWidth MatrixBandWidth::minimum | ( | const MatrixBandWidth & | bw | ) | const |
Definition at line 187 of file bandmat.cpp.
References lower, REPORT, and upper.
Referenced by SPMatrix::BandWidth().
|
inline |
| MatrixBandWidth MatrixBandWidth::operator* | ( | const MatrixBandWidth & | bw | ) | const |
| MatrixBandWidth MatrixBandWidth::operator+ | ( | const MatrixBandWidth & | bw | ) | const |
|
inline |
|
inline |
|
inline |
Definition at line 203 of file newmat.h.
Referenced by KPMatrix::BandWidth(), BandMatrix::ReSize(), and SymmetricBandMatrix::ReSize().
| int MatrixBandWidth::lower |
Definition at line 192 of file newmat.h.
Referenced by minimum(), MatrixType::New(), operator*(), operator+(), operator==(), BandMatrix::SetParameters(), and SymmetricBandMatrix::SetParameters().
| int MatrixBandWidth::upper |
Definition at line 193 of file newmat.h.
Referenced by minimum(), MatrixType::New(), operator*(), operator+(), and operator==().
1.8.14