Sum of squares of the elements in a container. More...
#include <functionObjects.h>
Public Member Functions | |
operator double () | |
void | operator() (double v) |
SumSquaresOf () | |
Private Attributes | |
double | sum |
Sum of squares of the elements in a container.
Definition at line 51 of file functionObjects.h.
orgQhull::SumSquaresOf::SumSquaresOf | ( | ) | [inline] |
Definition at line 56 of file functionObjects.h.
orgQhull::SumSquaresOf::operator double | ( | ) | [inline] |
Definition at line 58 of file functionObjects.h.
void orgQhull::SumSquaresOf::operator() | ( | double | v | ) | [inline] |
Definition at line 57 of file functionObjects.h.
double orgQhull::SumSquaresOf::sum [private] |
Definition at line 54 of file functionObjects.h.