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

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

#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Base/mdsTypes.h>
#include <MDSTk/Base/mdsMeta.h>
#include <MDSTk/Base/mdsMemory.h>
#include <MDSTk/Base/mdsFunctional.h>
#include "mdsBase.h"
#include "mdsMatrixBase.h"
#include "mdsMatrixIterator.h"
#include "mdsEigenCore.h"
#include "mdsStaticMatrix.hxx"

Classes

struct  mds::math::CMatrixTraits< CStaticMatrix< T, U, V > >
class  mds::math::CStaticMatrix< T, M, N >
 Class template for a two dimensional static row-major dense matrix. More...

Namespaces

namespace  mds
 

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


namespace  mds::math

Typedefs

typedef CStaticMatrix< double, 2, 2 > mds::math::CDMatrix2x2
 Matrix of double numbers.
typedef CStaticMatrix< double, 3, 3 > mds::math::CDMatrix3x3
typedef CStaticMatrix< double, 4, 4 > mds::math::CDMatrix4x4
typedef CStaticMatrix< float, 2, 2 > mds::math::CFMatrix2x2
 Matrix of float numbers.
typedef CStaticMatrix< float, 3, 3 > mds::math::CFMatrix3x3
typedef CStaticMatrix< float, 4, 4 > mds::math::CFMatrix4x4
typedef CStaticMatrix< int, 2, 2 > mds::math::CIMatrix2x2
 Matrix of int numbers.
typedef CStaticMatrix< int, 3, 3 > mds::math::CIMatrix3x3
typedef CStaticMatrix< int, 4, 4 > mds::math::CIMatrix4x4

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/05/06

Id:
mdsStaticMatrix.h 2102 2012-02-17 09:12:21Z spanel

Description: