NCCSums Class Reference

#include <mia/core/nccsum.hh>

Public Member Functions

void add (double a, double b)
 
std::pair< double, NCCGradHelperget_grad_helper () const
 
bool has_samples () const
 
 NCCSums ()
 
NCCSumsoperator+= (const NCCSums &other)
 
double value () const
 

Detailed Description

Definition at line 106 of file nccsum.hh.

Constructor & Destructor Documentation

◆ NCCSums()

NCCSums::NCCSums ( )
inline

Definition at line 108 of file nccsum.hh.

Member Function Documentation

◆ add()

void NCCSums::add ( double  a,
double  b 
)
inline

Definition at line 113 of file nccsum.hh.

◆ get_grad_helper()

std::pair<double, NCCGradHelper> NCCSums::get_grad_helper ( ) const

◆ has_samples()

bool NCCSums::has_samples ( ) const
inline

Definition at line 137 of file nccsum.hh.

◆ operator+=()

NCCSums& NCCSums::operator+= ( const NCCSums other)
inline

Definition at line 122 of file nccsum.hh.

◆ value()

double NCCSums::value ( ) const

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