MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Typedefs
mdsMatrix.h File Reference

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


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< intmds::math::CIMatrix
 Matrix of int numbers.
typedef CIMatrix::tSmartPtr mds::math::CIMatrixPtr
 Smart pointer to a matrix of int numbers.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2003/12/03

Id:
mdsMatrix.h 2094 2012-02-16 01:54:45Z spanel

Description: