![]() |
GURLS++
2.0.00
C++ Implementation of GURLS Matlab Toolbox
|
Computes the mean value of a vector v
of lenght n
.
#include <optfunction.h>
Public Member Functions | |
double | operator() (const double *v, int n) |
float | operator() (const float *v, int n) |
Protected Member Functions | |
template<typename T > | |
T | mean (const T *v, int n) |
Definition at line 64 of file optfunction.h.