Go to the documentation of this file.
40 for (i=0; i<
size; i++)
42 for (i=0; i<
nbin; i++)
57 for (i=0; i<
size; i++) {
69 std::vector<double> *
next, *res;
73 pt =
work[id]->inform(*res);
81 next =
work[id]->next();
136 return new std::vector<double>(*
simplx[0]->param);
142 std::vector<double> *
ret;
144 ret =
new std::vector<double>(
nbin);
145 for (i=0; i<
nbin; i++) {
147 for (j=0; j<
nbin; j++)
148 (*ret)[
i] += (*
simplx[j]->param)[i];