![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by PGMed
.
More...
#include "mdsMathExceptions.h"#include "mdsSparseMatrixBase.h"#include "mdsSparseMatrixAltIterator.h"#include "mdsVector.h"#include <vector>#include <algorithm>#include <iostream>#include "mdsSparseMatrixAlt.hxx"Classes | |
| struct | mds::math::CSparseMatrixAlt< T >::CEntryCompare |
| Nested function class for comparing two std::pairs according to the first element instead of lexicographical. More... | |
| class | mds::math::CSparseMatrixAlt< T > |
| Template for a two dimensional sparse matrix. More... | |
| struct | mds::math::CSparseMatrixTraits< CSparseMatrixAlt< T > > |
Namespaces | |
| namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
| namespace | mds::math |
Typedefs | |
| typedef CSparseMatrixAlt< double > | mds::math::CDSparseMatrixAlt |
| Matrix of double numbers. | |
| typedef CSparseMatrixAlt < double >::tSmartPtr | mds::math::CDSparseMatrixAltPtr |
| Matrix of double numbers. | |
| typedef CSparseMatrixAlt< float > | mds::math::CFSparseMatrixAlt |
| Matrix of float numbers. | |
| typedef CSparseMatrixAlt < float >::tSmartPtr | mds::math::CFSparseMatrixAltPtr |
| Matrix of float numbers. | |
| typedef CSparseMatrixAlt< int > | mds::math::CISparseMatrixAlt |
| Matrix of int numbers. | |
| typedef CSparseMatrixAlt< int > ::tSmartPtr | mds::math::CISparseMatrixAltPtr |
| Matrix of int numbers. | |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by PGMed
.
Authors: Miroslav Svub, svub@fit.vutbr.cz
Michal Spanel, spanel@fit.vutbr.cz
Date: 2007/06/12
$Id:$
Description:
1.7.6.1