MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Typedefs
mdsSparseMatrix.h File Reference

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2011 by PGMed
. More...

#include <MDSTk/Base/mdsSharedPtr.h>
#include "mdsMathExceptions.h"
#include "mdsSparseMatrixBase.h"
#include "mdsSparseMatrixIterator.h"
#include "mdsVector.h"
#include "mdsMatrix.h"
#include <Eigen/SparseCore>
#include "mdsSparseMatrix.hxx"

Classes

class  mds::math::CSparseMatrix< T >
 Template for a two dimensional sparse matrix. More...
struct  mds::math::CSparseMatrixTraits< CSparseMatrix< T > >

Namespaces

namespace  mds
 

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::math

Typedefs

typedef CSparseMatrix< double > mds::math::CDSparseMatrix
 Matrix of double numbers.
typedef CSparseMatrix< double >
::tSmartPtr 
mds::math::CDSparseMatrixPtr
 Matrix of double numbers.
typedef CSparseMatrix< float > mds::math::CFSparseMatrix
 Matrix of float numbers.
typedef CSparseMatrix< float >
::tSmartPtr 
mds::math::CFSparseMatrixPtr
 Matrix of float numbers.
typedef CSparseMatrix< intmds::math::CISparseMatrix
 Matrix of int numbers.
typedef CSparseMatrix< int >
::tSmartPtr 
mds::math::CISparseMatrixPtr
 Matrix of int numbers.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2011 by PGMed
.

Authors: Miroslav Svub, svub@fit.vutbr.cz
Michal Spanel, spanel@fit.vutbr.cz
Date: 2011/05/28

Id:
mdsSparseMatrix.h 2094 2012-02-16 01:54:45Z spanel

Description: