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/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) | |
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 |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/05/06
Description: