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

In PyCalphad, we have some tests that test deepcopying/pickling and our tests have been showing a regression for SymEngine 0.14 on Windows only across Python versions. I haven't been able...

It generally holds that if two hashable objects are equal, their hashes must be the same. It seems that python builtin `float` and `symengine.Float` violate this rule: ```python from symengine...

I wish to work with the canonical form of the polygamma function when it is being evaluated. Namely, $$\textrm{polygamma}(m,n)=(-1)^{m+1}m!\zeta(m+1,n)$$, with $\zeta(m+1,n)$ the Hurwitz Zeta function. This is in turn related...

every time I want to import **symengine** on my code it gives me this error. `ImportError: DLL load failed while importing symengine_wrapper: The specified module could not be found.`

Hello, I was wondering about the difference in standards with outputs in SymEngine and SymPy when it comes to evaluating gamma functions and their derivatives. In particular, I am interested...

I don't know if this is intentional, but using lambdify with `symengine` on a 2d symbolic ndarray or matrix creates a function that does not return a 2d ndarray. Instead,...