LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Class for storing a symmetric triangular matrix. More...
#include <MatrixOrder.hpp>
Public Member Functions | |
Triangular (const uint y, const uint x) | |
ulong | size (void) const |
ulong | index (const uint y, const uint x) const |
Get the index into the linear array of data. | |
Protected Member Functions | |
void | setSize (const uint y, const uint x) |
Reset the [virtual] size of the matrix. | |
Protected Attributes | |
uint | m |
uint | n |
ulong | s |
Class for storing a symmetric triangular matrix.
The matrix is lower-triangular.
Reset the [virtual] size of the matrix.
Does not currently force a new allocation of data...