afCoeff | Mantid::mathLevel::PolyBase | private |
calcRoots(double const =-1.0) | Mantid::mathLevel::PolyBase | |
compress(double const) | Mantid::mathLevel::PolyBase | |
derivative() | Mantid::mathLevel::PolyBase | |
divide(const PolyBase &, PolyBase &, PolyBase &, double const =-1.0) const | Mantid::mathLevel::PolyBase | |
Eaccuracy | Mantid::mathLevel::PolyBase | private |
getDegree() const | Mantid::mathLevel::PolyBase | |
getDerivative() const | Mantid::mathLevel::PolyBase | |
GetInversion() const | Mantid::mathLevel::PolyBase | |
iDegree | Mantid::mathLevel::PolyBase | private |
operator const std::vector< double > &() const | Mantid::mathLevel::PolyBase | |
operator std::vector< double > &() | Mantid::mathLevel::PolyBase | |
operator()(double const) const | Mantid::mathLevel::PolyBase | |
operator*(const PolyBase &) const | Mantid::mathLevel::PolyBase | |
operator*(double const) const | Mantid::mathLevel::PolyBase | |
operator*=(const PolyBase &) | Mantid::mathLevel::PolyBase | |
operator*=(double const) | Mantid::mathLevel::PolyBase | |
operator+(const PolyBase &) const | Mantid::mathLevel::PolyBase | |
operator+(double const) const | Mantid::mathLevel::PolyBase | |
operator+=(const PolyBase &) | Mantid::mathLevel::PolyBase | |
operator+=(double const) | Mantid::mathLevel::PolyBase | |
operator-(const PolyBase &) const | Mantid::mathLevel::PolyBase | |
operator-(double const) const | Mantid::mathLevel::PolyBase | |
operator-() const | Mantid::mathLevel::PolyBase | |
operator-=(const PolyBase &) | Mantid::mathLevel::PolyBase | |
operator-=(double const) | Mantid::mathLevel::PolyBase | |
operator/(double const) const | Mantid::mathLevel::PolyBase | |
operator/=(double const) | Mantid::mathLevel::PolyBase | |
operator[](int const) const | Mantid::mathLevel::PolyBase | |
operator[](int const) | Mantid::mathLevel::PolyBase | |
PolyBase(int const) | Mantid::mathLevel::PolyBase | explicit |
PolyBase(int const, double const) | Mantid::mathLevel::PolyBase | |
realRoots(double const =-1.0) | Mantid::mathLevel::PolyBase | |
setDegree(int const) | Mantid::mathLevel::PolyBase | |
solveCubic(std::complex< double > &, std::complex< double > &, std::complex< double > &) const | Mantid::mathLevel::PolyBase | private |
solveQuadratic(std::complex< double > &, std::complex< double > &) const | Mantid::mathLevel::PolyBase | private |
write(std::ostream &) const | Mantid::mathLevel::PolyBase | |