|
LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Class for storing a matrix in column-major order. More...
#include <MatrixOrder.hpp>

Public Member Functions | |
| ColMajor (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 matrix in column-major order.
Reset the [virtual] size of the matrix.
Does not currently force a new allocation of data...