Sturm  0.0.0
Computing Sturm sequences in C++
Loading...
Searching...
No Matches
Sturm::Poly< Real > Member List

This is the complete list of members for Sturm::Poly< Real >, including all inherited members.

adjust_degree()Sturm::Poly< Real >inline
coeffs() constSturm::Poly< Real >inline
degree() constSturm::Poly< Real >inline
derivative(Poly &res) constSturm::Poly< Real >inline
EPSILONSturm::Poly< Real >static
evaluate(Real x) constSturm::Poly< Real >inline
evaluate(Real x, Real &p, Real &Dp) constSturm::Poly< Real >inline
evaluate_derivative(Real x) constSturm::Poly< Real >inline
integral(Poly &res) constSturm::Poly< Real >inline
integral(Poly &res, Real c) constSturm::Poly< Real >inline
leading_coeff() constSturm::Poly< Real >inline
m_orderSturm::Poly< Real >private
make_monic()Sturm::Poly< Real >inline
normalize()Sturm::Poly< Real >inline
operator*=(const Poly &p)Sturm::Poly< Real >inline
operator*=(Real s)Sturm::Poly< Real >inline
operator+=(const Poly &p)Sturm::Poly< Real >inline
operator+=(Real s)Sturm::Poly< Real >inline
operator-()Sturm::Poly< Real >inline
operator-=(const Poly &p)Sturm::Poly< Real >inline
operator-=(Real s)Sturm::Poly< Real >inline
operator=(const Poly &p)Sturm::Poly< Real >inline
order() constSturm::Poly< Real >inline
Poly()Sturm::Poly< Real >inline
Poly(Integer order)Sturm::Poly< Real >inlineexplicit
Poly(const Poly &c)Sturm::Poly< Real >inline
Poly(const Vector &c)Sturm::Poly< Real >inlineexplicit
purge(const Real eps)Sturm::Poly< Real >inline
set_degree(Integer degree)Sturm::Poly< Real >inline
set_monomial(Real a)Sturm::Poly< Real >inline
set_order(Integer order)Sturm::Poly< Real >inline
set_scalar(Real s)Sturm::Poly< Real >inline
sign_variations() constSturm::Poly< Real >inline
to_eigen()Sturm::Poly< Real >inlineprivate
to_eigen() constSturm::Poly< Real >inline
to_string() constSturm::Poly< Real >inline
Vector typedefSturm::Poly< Real >