Functions |
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) |
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:
- General matrix functions.