Carl Poppa
Results
2
issues of
Carl Poppa
The following minimal program ``` #include #include using SymEngine::RCP; using SymEngine::Basic; using SymEngine::Symbol; using SymEngine::symbol; using SymEngine::map_basic_basic; int main() { RCP a = symbol("a"), b = symbol("b"), c = symbol("c");...
Dear developpers, the following code ``` #include #include typedef SymEngine::RCP BasicType; class A { public: static const BasicType s; static BasicType _create_s(); }; const BasicType A::s = A::_create_s(); BasicType A::_create_s()...
bug