SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs
MatrixFwd.h File Reference
#include <Core/Containers/LockingHandle.h>

Go to the source code of this file.

Classes

class  Matrix< T >
 
class  SparseRowMatrixGeneric< T >
 
class  DenseMatrixGeneric< T >
 
class  ColumnMatrixGeneric< T >
 
class  DenseColMajMatrixGeneric< T >
 

Namespaces

 SCIRun
 STL datatypes needed.
 

Typedefs

typedef SparseRowMatrixGeneric
< double > 
SparseRowMatrix
 
typedef DenseMatrixGeneric
< double > 
DenseMatrix
 
typedef ColumnMatrixGeneric
< double > 
ColumnMatrix
 
typedef
DenseColMajMatrixGeneric
< double > 
DenseColMajMatrix
 
typedef LockingHandle< Matrix
< double > > 
MatrixHandle
 
typedef LockingHandle
< DenseMatrix
DenseMatrixHandle
 
typedef LockingHandle
< ColumnMatrix > 
ColumnMatrixHandle
 
typedef LockingHandle
< SparseRowMatrix > 
SparseRowMatrixHandle
 
typedef LockingHandle
< DenseColMajMatrix > 
DenseColMajMatrixHandle