MatrixSize Class Reference

#include <BigMatrix.h>

List of all members.

Public Types

 Uncommitted = 0x00
 FixedNRows = 0x01
 FixedNCols = 0x02
 Fixed = FixedNRows | FixedNCols
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


Member Enumeration Documentation

enum Freedom

Enumerator:
Uncommitted 
FixedNRows 
FixedNCols 
Fixed 


Constructor & Destructor Documentation

MatrixSize (  )  [inline]

MatrixSize ( Freedom  f,
long  nr,
long  nc 
) [inline]


Member Data Documentation

Freedom freedom

long ncol

long nrow


The documentation for this class was generated from the following file:
Generated on Thu Feb 28 01:34:35 2008 for SimTKcommon by  doxygen 1.4.7