WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
statistics.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  warptwin
 Class to propagate CR3BP dynamics in characteristic units.

Functions

template<typename T>
int warptwin::mean (T *array, unsigned int size, T &result)
template<typename T>
int warptwin::variance (T *array, unsigned int size, T &result)
template<typename T>
int warptwin::stdev (T *array, unsigned int size, T &result)
template<typename T>
int warptwin::max (T *array, unsigned int size, T &result)
template<typename T>
int warptwin::min (T *array, unsigned int size, T &result)