MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Functions
Math/MatrixFunctions/mdsGeneral.hxx File Reference

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

Functions

template<typename R , class M >
getMax (const CMatrixBase< M > &Matrix)
template<typename R , class M >
getMean (const CMatrixBase< M > &Matrix)
template<typename R , class M >
getMin (const CMatrixBase< M > &Matrix)
template<typename R , class M >
getMult (const CMatrixBase< M > &Matrix)
template<typename R , class M1 , class M2 >
getProduct (const CMatrixBase< M1 > &Matrix1, const CMatrixBase< M2 > &Matrix2)
template<typename R , class M1 , class M2 >
getSquareError (const CMatrixBase< M1 > &Matrix1, const CMatrixBase< M2 > &Matrix2)
template<typename R , class M >
getSum (const CMatrixBase< M > &Matrix)
template<typename R , class M >
getSumOfSquares (const CMatrixBase< M > &Matrix)
template<typename R , class M >
getTrace (const CMatrixBase< M > &Matrix)
template<typename R , class M >
getVariance (const CMatrixBase< M > &Matrix)
template<class M >
std::ostream & operator<< (std::ostream &Stream, const CMatrixBase< M > &Matrix)

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/02/15

Id:
mdsGeneral.hxx 2105 2012-02-18 06:36:50Z spanel

Description:


Function Documentation

template<typename R , class M >
R getMax ( const CMatrixBase< M > &  Matrix)
template<typename R , class M >
R getMean ( const CMatrixBase< M > &  Matrix)
template<typename R , class M >
R getMin ( const CMatrixBase< M > &  Matrix)
template<typename R , class M >
R getMult ( const CMatrixBase< M > &  Matrix)
template<typename R , class M1 , class M2 >
R getProduct ( const CMatrixBase< M1 > &  Matrix1,
const CMatrixBase< M2 > &  Matrix2 
)
template<typename R , class M1 , class M2 >
R getSquareError ( const CMatrixBase< M1 > &  Matrix1,
const CMatrixBase< M2 > &  Matrix2 
)
template<typename R , class M >
R getSum ( const CMatrixBase< M > &  Matrix)
template<typename R , class M >
R getSumOfSquares ( const CMatrixBase< M > &  Matrix)
template<typename R , class M >
R getTrace ( const CMatrixBase< M > &  Matrix)
template<typename R , class M >
R getVariance ( const CMatrixBase< M > &  Matrix)
template<class M >
std::ostream& operator<< ( std::ostream &  Stream,
const CMatrixBase< M > &  Matrix 
)