![]() |
Reference documentation for deal.II version 9.5.0
|
Namespaces | |
| namespace | internal |
Typedefs | |
| using | substitution_map = std::map< SD::Expression, SD::Expression, internal::ExpressionKeyLess > |
| using | symbol_vector = std::vector< SD::Expression > |
| using Differentiation::SD::types::substitution_map = typedef std::map<SD::Expression, SD::Expression, internal::ExpressionKeyLess> |
Type definition for a value substitution map.
This serves the same purpose as a SymEngine::map_basic_basic, which is equivalent to a std::map<SymEngine::RCP<const SymEngine::Basic>, SymEngine::RCP<const SymEngine::Basic>>.
Definition at line 60 of file symengine_types.h.
| using Differentiation::SD::types::symbol_vector = typedef std::vector<SD::Expression> |
Type definition for a vector of symbols.
This serves the same purpose as a SymEngine::vec_basic, which is equivalent to a std::vector<SymEngine::RCP<const SymEngine::Basic>>.
Definition at line 69 of file symengine_types.h.