#include <toolbox/util/Math.hpp>
Definition at line 56 of file Math.hpp.
 
◆ VarAccum() [1/3]
  
  | 
        
          | constexpr toolbox::util::VarAccum::VarAccum | ( |  | ) |  |  | constexprdefaultnoexcept | 
 
 
◆ ~VarAccum()
  
  | 
        
          | toolbox::util::VarAccum::~VarAccum | ( |  | ) |  |  | default | 
 
 
◆ VarAccum() [2/3]
◆ VarAccum() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ empty()
  
  | 
        
          | bool toolbox::util::VarAccum::empty | ( |  | ) | const |  | inlinenoexcept | 
 
 
◆ size()
  
  | 
        
          | std::size_t toolbox::util::VarAccum::size | ( |  | ) | const |  | inlinenoexcept | 
 
 
◆ mean()
  
  | 
        
          | double toolbox::util::VarAccum::mean | ( |  | ) | const |  | inlinenoexcept | 
 
 
◆ sum2()
  
  | 
        
          | double toolbox::util::VarAccum::sum2 | ( |  | ) | const |  | inlinenoexcept | 
 
 
◆ min()
  
  | 
        
          | double toolbox::util::VarAccum::min | ( |  | ) | const |  | inlinenoexcept | 
 
 
◆ max()
  
  | 
        
          | double toolbox::util::VarAccum::max | ( |  | ) | const |  | inlinenoexcept | 
 
 
◆ clear()
  
  | 
        
          | void toolbox::util::VarAccum::clear | ( |  | ) |  |  | inlinenoexcept | 
 
 
◆ append() [1/2]
  
  | 
        
          | void toolbox::util::VarAccum::append | ( | double | val | ) |  |  | inlinenoexcept | 
 
 
◆ append() [2/2]
template<typename... ArgsT> 
  
  | 
        
          | void toolbox::util::VarAccum::append | ( | double | first, |  
          |  |  | ArgsT... | args |  
          |  | ) |  |  |  | inlinenoexcept | 
 
 
The documentation for this class was generated from the following file: