Swarm-NG  1.1
swarm::EnsembleBase< _CHUNK_SIZE, _NUM_BODY_ATTRIBUTES, _NUM_SYS_ATTRIBUTES >::range_t Struct Reference

A simple data structure to calculate statistical measures on a range of values. More...

#include <ensemble.hpp>

Static Public Member Functions

template<class RandomAccessIterator >
static range_t calculate (RandomAccessIterator begin, RandomAccessIterator end)
 Scan the array defined by iteratiors begin and end and return statistical meausers as a range_t struct.
 

Detailed Description

template<int _CHUNK_SIZE, int _NUM_BODY_ATTRIBUTES = NUM_PLANET_ATTRIBUTES, int _NUM_SYS_ATTRIBUTES = NUM_SYSTEM_ATTRIBUTES>
struct swarm::EnsembleBase< _CHUNK_SIZE, _NUM_BODY_ATTRIBUTES, _NUM_SYS_ATTRIBUTES >::range_t

A simple data structure to calculate statistical measures on a range of values.

Definition at line 705 of file ensemble.hpp.


The documentation for this struct was generated from the following file: