|
| Expression | Substitute (const Expression &e, const SinCosSubstitution &subs) |
| | Given a substitution map q => {s, c}, substitutes instances of sin(q) and cos(q) in e with s and c, with partial support for trigonometric expansions. More...
|
| |
| template<typename Derived > |
| MatrixLikewise< Expression, Derived > | Substitute (const Eigen::MatrixBase< Derived > &m, const SinCosSubstitution &subs) |
| | Matrix version of sin/cos substitution. More...
|
| |
| symbolic::RationalFunction | SubstituteStereographicProjection (const symbolic::Polynomial &e, const std::vector< SinCos > &sin_cos, const VectorX< symbolic::Variable > &t) |
| | Substitutes the variables representing sine and cosine functions with their stereographic projection. More...
|
| |