STK++ 0.9.13
STK_Visitors.h File Reference

In this file we define the Visitors classes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::GetIdx< Visitor, Arrays::vector_ >
 
struct  STK::hidden::GetIdx< Visitor, Arrays::point_ >
 
struct  STK::hidden::GetIdx< Visitor, Arrays::diagonal_ >
 
struct  STK::hidden::EltVisitor2DBase< Type_ >
 Base class to implement min, max, sum,... visitors for 2D containers. More...
 
struct  STK::hidden::MinEltVisitor< Type >
 Visitor computing the min coefficient with its value and coordinates. More...
 
struct  STK::hidden::MinEltSafeVisitor< Type >
 Visitor computing safely the minimal coefficient with its value and indexes. More...
 
struct  STK::hidden::MaxEltVisitor< Type >
 Visitor computing the maximal coefficient of the Array. More...
 
struct  STK::hidden::MaxEltSafeVisitor< Type >
 Visitor computing safely the maximal coefficient of the Array. More...
 
struct  STK::hidden::MinVisitor< Type_ >
 Visitor computing the min of all the coefficients of the Array. More...
 
struct  STK::hidden::MinSafeVisitor< Type_ >
 Visitor computing safely the min of all the coefficients of the Array. More...
 
struct  STK::hidden::MaxVisitor< Type_ >
 Visitor computing the max of all the coefficients of the Array. More...
 
struct  STK::hidden::MaxSafeVisitor< Type_ >
 Visitor computing safely the max of all the coefficients of the Array. More...
 
struct  STK::hidden::SumVisitor< Type_ >
 Visitor computing the sum of all the coefficients of the Array. More...
 
struct  STK::hidden::MeanVisitor< Type_ >
 Visitor computing the mean of all the coefficients of the Array. More...
 
struct  STK::hidden::MeanSafeVisitor< Type_ >
 Visitor computing safely the mean of all the coefficients of the Array. More...
 
struct  STK::hidden::CountVisitor< Type_ >
 Visitor counting the number of not-zero element in an array This visitor can be used in conjunction with the comparison operators in order to get the number of element matching a condition. More...
 
struct  STK::hidden::AllVisitor< Type_ >
 Visitor checking if all the elements of an array are different from zero. More...
 
struct  STK::hidden::AnyVisitor< Type_ >
 Visitor checking if at least, one element of an array is different from zero. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Detailed Description

In this file we define the Visitors classes.

Definition in file STK_Visitors.h.