Home
Installation
Gallery
API Documentation
C++
Python
Resources
Getting Help
Tutorials
Python Bindings
For Developers
Credits
GitHub
Drake
Drake C++ Documentation
ChebyshevBasisElement Member List
This is the complete list of members for
ChebyshevBasisElement
, including all inherited members.
ChebyshevBasisElement
(const ChebyshevBasisElement &)=default
ChebyshevBasisElement
ChebyshevBasisElement
(ChebyshevBasisElement &&)=default
ChebyshevBasisElement
ChebyshevBasisElement
()
ChebyshevBasisElement
ChebyshevBasisElement
(const std::map< Variable, int > &var_to_degree_map)
ChebyshevBasisElement
explicit
ChebyshevBasisElement
(const Variable &var)
ChebyshevBasisElement
explicit
ChebyshevBasisElement
(const Variable &var, int degree)
ChebyshevBasisElement
ChebyshevBasisElement
(std::nullptr_t)
ChebyshevBasisElement
explicit
ChebyshevBasisElement
(const Eigen::Ref< const VectorX< Variable >> &vars, const Eigen::Ref< const Eigen::VectorXi > °rees)
ChebyshevBasisElement
degree
(const Variable &v) const
PolynomialBasisElement
Differentiate
(const Variable &var) const
ChebyshevBasisElement
DoEvaluatePartial
(const Environment &e, double *coeff, std::map< Variable, int > *new_basis_element) const
PolynomialBasisElement
protected
DoMergeBasisElementInPlace
(const PolynomialBasisElement &other)
PolynomialBasisElement
protected
EqualTo
(const PolynomialBasisElement &other) const
PolynomialBasisElement
protected
virtual
Evaluate
(const Environment &env) const
PolynomialBasisElement
EvaluatePartial
(const Environment &env) const
ChebyshevBasisElement
get_mutable_total_degree
()
PolynomialBasisElement
protected
get_mutable_var_to_degree_map
()
PolynomialBasisElement
protected
get_powers
() const
PolynomialBasisElement
GetVariables
() const
PolynomialBasisElement
hash_append
(HashAlgorithm &hasher, const ChebyshevBasisElement &item) noexcept
ChebyshevBasisElement
friend
Integrate
(const Variable &var) const
ChebyshevBasisElement
lexicographical_compare
(const PolynomialBasisElement &other) const
PolynomialBasisElement
protected
MergeBasisElementInPlace
(const ChebyshevBasisElement &other)
ChebyshevBasisElement
operator!=
(const PolynomialBasisElement &other) const
PolynomialBasisElement
operator<
(const ChebyshevBasisElement &other) const
ChebyshevBasisElement
operator=
(const ChebyshevBasisElement &)=default
ChebyshevBasisElement
operator=
(ChebyshevBasisElement &&)=default
ChebyshevBasisElement
drake::symbolic::PolynomialBasisElement::operator=
(const PolynomialBasisElement &)=default
PolynomialBasisElement
drake::symbolic::PolynomialBasisElement::operator=
(PolynomialBasisElement &&)=default
PolynomialBasisElement
operator==
(const PolynomialBasisElement &other) const
PolynomialBasisElement
PolynomialBasisElement
(const PolynomialBasisElement &)=default
PolynomialBasisElement
PolynomialBasisElement
(PolynomialBasisElement &&)=default
PolynomialBasisElement
PolynomialBasisElement
()=default
PolynomialBasisElement
PolynomialBasisElement
(const std::map< Variable, int > &var_to_degree_map)
PolynomialBasisElement
explicit
PolynomialBasisElement
(const Eigen::Ref< const VectorX< Variable >> &vars, const Eigen::Ref< const Eigen::VectorXi > °rees)
PolynomialBasisElement
ToExpression
() const
PolynomialBasisElement
total_degree
() const
PolynomialBasisElement
var_to_degree_map
() const
PolynomialBasisElement
~ChebyshevBasisElement
() override
ChebyshevBasisElement
~PolynomialBasisElement
()
PolynomialBasisElement
virtual