27 std::vector<double> partials;
35 this->partials = other.partials;
36 this->maxpart = other.maxpart;
38 inline void add(
double x)
41 for(
int pidx=0; pidx<maxpart; pidx++)
43 double y = partials[pidx];
44 if(std::abs(x) < std::abs(y))
55 while(partials.size() <= i)
56 partials.push_back(0.0);
63 for(
int i=0; i<maxpart; i++)
82 { sum = 0.0; c = 0.0;}
84 inline void add(
double what)
106 inline void add(
double what)