MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Defines
mdsSparseMatrixBase.h File Reference

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2010 by Michal Spanel
. More...

#include <MDSTk/Base/mdsTypeTraits.h>
#include <MDSTk/Base/mdsScalar.h>

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)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::math

Defines

#define MDS_SPARSE_MATRIX_TRAITS(SparseMatrixClass)
 Helper macro used to declare matrix traits before a matrix class template.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2010 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2010/01/02

Id:
mdsSparseMatrixBase.h 2089 2012-02-14 00:13:24Z spanel

Description:


Define Documentation

#define MDS_SPARSE_MATRIX_TRAITS (   SparseMatrixClass)
Value:
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.