specific_statistical_evaluations.h
Go to the documentation of this file.
85 OperatedSpecificStatisticalEvaluation(Operation* operation, SpecificStatisticalEvaluation* specific_evaluation);
112 CombineSpecificStatisticalEvaluation(PairReduceOperation* operation, SpecificStatisticalEvaluation* operator1, SpecificStatisticalEvaluation* operator2);
virtual ~StatisticReduceOperation()
Definition: specific_statistical_evaluations.h:236
This class implements a reduce operation, which reduces the values of all dimensions to a single valu...
Definition: specific_statistical_evaluations.h:307
virtual ~SpecificStatisticalEvaluation()
Definition: specific_statistical_evaluations.h:59
virtual std::string GetName()=0
Returns a string representation of this object.
This class is an abstract class. It supplies the interface for generating a constant value...
Definition: general_objects.h:532
This class is an abstract class. It supplies the interface to reduce specific statistical evaluations...
Definition: specific_statistical_evaluations.h:231
This class implements a specific statistical evaluation, which always evaluates to the same value...
Definition: specific_statistical_evaluations.h:188
virtual std::vector< std::vector< mpf_t * > > Evaluate()=0
Performs some statistical evaluations.
This class implements a specific statistical evaluation, which supplies the global attractor position...
Definition: specific_statistical_evaluations.h:172
This an abstract class. It supplies the interface for reducing a vector of mpf_t values to a single v...
Definition: general_objects.h:153
This class is an abstract class. Additionally to the statistic reduce operation it stores a vector re...
Definition: specific_statistical_evaluations.h:258
This class implements a specific statistical evaluation, which combines two specific statistical eval...
Definition: specific_statistical_evaluations.h:103
This class is an abstract class. It supplies the interface to operate on single mpf_t values...
Definition: general_objects.h:683
This class implements a reduce operation, which reduces the values of all particles to a single value...
Definition: specific_statistical_evaluations.h:278
This class implements a specific statistical evaluation, which operates on the values of another spec...
Definition: specific_statistical_evaluations.h:77
This class implements a specific statistical evaluation, which supplies the velocities of the particl...
Definition: specific_statistical_evaluations.h:144
This class implements a specific statistical evaluation, which supplies the positions of the particle...
Definition: specific_statistical_evaluations.h:130
VectorReduceOperation * vector_reduce_operation
The stored vector reduce operation.
Definition: specific_statistical_evaluations.h:272
This class is an abstract class. It supplies the interface for intermediate statistical evaluations...
Definition: specific_statistical_evaluations.h:54
This class is an abstract class. It supplies the interface for reducing two mpf_t values to a single ...
Definition: general_objects.h:403
This file contains various general objects which can be used by or contained in other objects...
This class implements a specific statistical evaluation, which supplies the number of delta updates i...
Definition: specific_statistical_evaluations.h:214
This class implements a specific statistical evaluation, which supplies the local attractor positions...
Definition: specific_statistical_evaluations.h:158