symengine.py icon indicating copy to clipboard operation
symengine.py copied to clipboard

Python wrappers for SymEngine

Results 97 symengine.py issues
Sort by recently updated
recently updated
newest added

This file is becoming unmanageable and the generated C++ file has 177360 lines of code. Also splitting it up would allow parallel compilation

Hacktoberfest

Here is an example of the errors: https://travis-ci.org/symengine/symengine.py/jobs/281611351#L1697 ``` *** Warning! The following Teuchos::RCPNode objects were created but have *** not been destroyed yet. A memory checking tool may complain...

@certik hi, hope you are well! Looks like symengine is going well. I am looking at symengine for the `sympy.physics.quantum` stuff. Some questions: * In `sympy.physics.quantum` we subclass `Basic` here...

Hi, everyone. I have a very preliminary fork where I was able to get wheels built for symengine using [scikit-build](https://github.com/scikit-build/scikit-build). I wanted to share it with you all early, both...

TODO: Subs with a sequence should happen sequentially, not simultaneously.

symengine/symengine is using caching. This repo should use caching too.

This has the following advantages: 1. Cython only needs to be run in the C mode, so it will be much faster to compile (i.e. gcc instead of g++), and...

After a slight brush with DenseMatrix, here's some stuff I found not working that well: - [x] DenseMatrix is missing `__sub__`, currently can do `A+B`, but not `A-B`. - [x]...

enhancement