Template Function SymEngine::insert
Function Documentation
-
template<typename
T1, typename T2, typename T3> void SymEngine::insert(T1 &m, const T2 &first, const T3 &second)
insert(m, first, second) is equivalent to m[first] = second, just faster, because no default constructor is called on the second type.
|