28 std::vector<double> partials;
36 this->partials = other.partials;
37 this->maxpart = other.maxpart;
39 inline void add(
double x)
42 for(
int pidx=0; pidx<maxpart; pidx++)
44 double y = partials[pidx];
45 if(std::abs(x) < std::abs(y))
56 while(partials.size() <= i)
57 partials.push_back(0.0);
64 for(
int i=0; i<maxpart; i++)
83 { sum = 0.0; c = 0.0;}
85 inline void add(
double what)
107 inline void add(
double what)