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

Go to the source code of this file.

Classes

class  MatrixBase< T >
 
class  DenseMatrixGeneric< T >
 
class  DenseColumnMatrixGeneric< T >
 
class  SparseRowMatrixGeneric< T >
 

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::Core
 
 SCIRun::Core::Datatypes
 

Typedefs

typedef MatrixBase< double > Matrix
 
typedef boost::shared_ptr< Matrix > MatrixHandle
 
typedef boost::shared_ptr
< const Matrix > 
MatrixConstHandle
 
typedef DenseMatrixGeneric
< double > 
DenseMatrix
 
typedef boost::shared_ptr
< DenseMatrix
DenseMatrixHandle
 
typedef boost::shared_ptr
< const DenseMatrix
DenseMatrixConstHandle
 
typedef
DenseColumnMatrixGeneric
< double > 
DenseColumnMatrix
 
typedef boost::shared_ptr
< DenseColumnMatrix > 
DenseColumnMatrixHandle
 
typedef boost::shared_ptr
< const DenseColumnMatrix > 
DenseColumnMatrixConstHandle
 
typedef SparseRowMatrixGeneric
< double > 
SparseRowMatrix
 
typedef boost::shared_ptr
< SparseRowMatrix > 
SparseRowMatrixHandle
 
typedef boost::shared_ptr
< const SparseRowMatrix > 
SparseRowMatrixConstHandle