#include <mstruct.h>
Inheritance diagram for AsymmetricMatrix:


Public Member Functions | |
| AsymmetricMatrix () | |
| AsymmetricMatrix (unsigned rows, unsigned cols) | |
| unsigned | columns () const |
| unsigned | cols () const |
| bool | inRange (const unsigned i, const unsigned j) const |
| void | resize (unsigned rows, unsigned cols) |
| unsigned | rows () const |
Protected Attributes | |
| unsigned | rows_ |
| unsigned | cols_ |
| AsymmetricMatrix::AsymmetricMatrix | ( | ) | [inline] |
| AsymmetricMatrix::AsymmetricMatrix | ( | unsigned | rows, | |
| unsigned | cols | |||
| ) | [inline] |
| unsigned AsymmetricMatrix::columns | ( | ) | const [inline] |
Reimplemented in Toeplitz.
| unsigned AsymmetricMatrix::cols | ( | ) | const [inline] |
| bool AsymmetricMatrix::inRange | ( | const unsigned | i, | |
| const unsigned | j | |||
| ) | const [inline] |
Reimplemented in Toeplitz.
| void AsymmetricMatrix::resize | ( | unsigned | rows, | |
| unsigned | cols | |||
| ) | [inline] |
Reimplemented in Toeplitz.
| unsigned AsymmetricMatrix::rows | ( | ) | const [inline] |
Reimplemented in Toeplitz.
unsigned AsymmetricMatrix::rows_ [protected] |
Reimplemented in Toeplitz.
unsigned AsymmetricMatrix::cols_ [protected] |
Reimplemented in Toeplitz.
1.5.2