MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2010 by Michal Spanel
.
More...
Classes | |
class | mds::math::CSparseMatrixBase< M > |
Base class for all two-dimensional sparse matrixes. More... | |
struct | mds::math::CSparseMatrixTraits< M > |
Traits used to implement curiously recurring template pattern for sparse matrices. More... | |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::math |
Defines | |
#define | MDS_SPARSE_MATRIX_TRAITS(SparseMatrixClass) |
Helper macro used to declare matrix traits before a matrix class template. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2010 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2010/01/02
Description:
#define MDS_SPARSE_MATRIX_TRAITS | ( | SparseMatrixClass | ) |
template <typename T> class SparseMatrixClass; \ template <typename T> \ struct CSparseMatrixTraits<SparseMatrixClass<T> > \ { \ typedef T tElement; \ };
Helper macro used to declare matrix traits before a matrix class template.