#include <matgen.h>


Public Member Functions | |
| GeneralMatrix () | |
| GeneralMatrix (unsigned rows, unsigned cols) | |
| unsigned | firstInRow (unsigned i) const |
| unsigned | lastInRow (unsigned i) const |
| unsigned | firstInCol (unsigned j) const |
| unsigned | lastInCol (unsigned j) const |
| unsigned | numElements () const |
| GeneralMatrix::GeneralMatrix | ( | ) | [inline] |
| GeneralMatrix::GeneralMatrix | ( | unsigned | rows, | |
| unsigned | cols | |||
| ) | [inline] |
| unsigned GeneralMatrix::firstInRow | ( | unsigned | i | ) | const [inline] |
Reimplemented in Toeplitz.
| unsigned GeneralMatrix::lastInRow | ( | unsigned | i | ) | const [inline] |
Reimplemented in Toeplitz.
| unsigned GeneralMatrix::firstInCol | ( | unsigned | j | ) | const [inline] |
Reimplemented in Toeplitz.
| unsigned GeneralMatrix::lastInCol | ( | unsigned | j | ) | const [inline] |
Reimplemented in Toeplitz.
| unsigned GeneralMatrix::numElements | ( | ) | const [inline] |
Reimplemented in Toeplitz.
1.5.5