deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
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 59 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 68 of file symengine_types.h.