#include <BigMatrix.h>
Public Types | |
enum | Freedom { Uncommitted = 0x00, FixedNRows = 0x01, FixedNCols = 0x02, Fixed = FixedNRows | FixedNCols } |
Public Member Functions | |
MatrixSize () | |
MatrixSize (Freedom f, long nr, long nc) | |
Public Attributes | |
Freedom | freedom |
long | nrow |
long | ncol |
enum Freedom |
MatrixSize | ( | ) | [inline] |
MatrixSize | ( | Freedom | f, | |
long | nr, | |||
long | nc | |||
) | [inline] |
long nrow |
long ncol |