#include <mstruct.h>
List of all members.
Protected Attributes |
| unsigned | rows_ |
| unsigned | cols_ |
Constructor & Destructor Documentation
| AsymmetricMatrix::AsymmetricMatrix |
( |
| ) |
|
|
inline |
| AsymmetricMatrix::AsymmetricMatrix |
( |
unsigned |
rows, |
|
|
unsigned |
cols |
|
) |
| |
|
inline |
Member Function Documentation
| unsigned AsymmetricMatrix::cols |
( |
| ) |
const |
|
inline |
| unsigned AsymmetricMatrix::columns |
( |
| ) |
const |
|
inline |
| bool AsymmetricMatrix::inRange |
( |
const unsigned |
i, |
|
|
const unsigned |
j |
|
) |
| const |
|
inline |
| void AsymmetricMatrix::resize |
( |
unsigned |
rows, |
|
|
unsigned |
cols |
|
) |
| |
|
inline |
| unsigned AsymmetricMatrix::rows |
( |
| ) |
const |
|
inline |
Member Data Documentation
| unsigned AsymmetricMatrix::cols_ |
|
protected |
| unsigned AsymmetricMatrix::rows_ |
|
protected |
The documentation for this class was generated from the following file: