MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
More...
#include <MDSTk/Base/mdsSharedPtr.h>
#include "mdsMathExceptions.h"
#include "mdsMatrixBase.h"
#include "mdsStaticMatrix.h"
#include "mdsMatrix.hxx"
Classes | |
class | mds::math::CMatrix< T > |
Class template for a two dimensional dense matrix stored in row-major format. More... | |
struct | mds::math::CMatrixTraits< CMatrix< T > > |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::math |
Typedefs | |
typedef CMatrix< double > | mds::math::CDMatrix |
Matrix of double numbers. | |
typedef CDMatrix::tSmartPtr | mds::math::CDMatrixPtr |
Smart pointer to a matrix of double numbers. | |
typedef CMatrix< float > | mds::math::CFMatrix |
Matrix of float numbers. | |
typedef CFMatrix::tSmartPtr | mds::math::CFMatrixPtr |
Smart pointer to a matrix of float numbers. | |
typedef CMatrix< int > | mds::math::CIMatrix |
Matrix of int numbers. | |
typedef CIMatrix::tSmartPtr | mds::math::CIMatrixPtr |
Smart pointer to a matrix of int numbers. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2003/12/03
Description: