#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_ |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented in Toeplitz. |
|
||||||||||||
|
Reimplemented in Toeplitz. |
|
||||||||||||
|
Reimplemented in Toeplitz. |
|
|
Reimplemented in Toeplitz. |
|
|
Reimplemented in Toeplitz. |
|
|
Reimplemented in Toeplitz. |
1.3.9.1