MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
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) | |
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< int > | mds::math::CISparseMatrix |
Matrix of int numbers. | |
typedef CSparseMatrix< int > ::tSmartPtr | mds::math::CISparseMatrixPtr |
Matrix of int numbers. |
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
Description: