median_exact( Expr [, T nan] )
[Double valued reductions]

Classes

Functions


Detailed Description

Return median value of Expr optionally neglecting values == nan.

Function Documentation

template<class T, int N>
double ltl::median_exact ( const MArray< T, N > &  a  )  [inline]

template<class Expr, int N>
double ltl::median_exact ( ExprNode< Expr, N >  e  )  [inline]

template<class T, int N>
double ltl::median_exact ( const MArray< T, N > &  a,
const T  nan 
) [inline]

template<class Expr, int N>
double ltl::median_exact ( ExprNode< Expr, N >  e,
const typename ExprNode< Expr, N >::value_type  nan 
) [inline]

Warning:
This Overload of median_exact() will be a high cost function!!! Expression is evaluated twice. Alternatively an add. array has to be allocated of size of Expr.


Generated on Wed Mar 11 17:44:35 2009 for LTL by  doxygen 1.5.3