Bjorn

Results 46 issues of Bjorn

TransformVisitor seems to be missing other classes as well. Can you open an issue? _Originally posted by @isuruf in https://github.com/symengine/symengine/issues/1953#issuecomment-1472806192_ Incomplete(?) list of Classes for which handling is currently missing:...

Since these are reported by a release candidate of clang it might not really be a problem, but I'm putting the backtrace here: Output from ctest + cd /src/symengine-fcef5c7d6cc848e3f6c0b9ecc5a22d30e5e98f99-msan +...

#### References to other Issues or PRs Based upon gh-26395 cc @moorepants @zachetienne #### Brief description of what is fixed or changed This is a draft for implementing a new...

printing
codegen

Also avoid division by zero in Boost's circular buffer.

I was trying to figure out if it is possible to use `ublas::banded_matrix` with odeint when defining the jacobian. But it seems that the use of `ublas::matrix` is hard-coded at...

I have found this helpful. Not sure if it's a good default though. But I'm putting it here as draft PR for visiblity.

Hi, I came across herbgrind and I wanted to try it out. I had some trouble getting it to compile (version mismatch in tools etc). I understand that this is...

## EDIT: Using `py.test --pyargs mypackage` does not seem to work for `.egg` distributed packages. Adding ``` [easy_install] zip_ok = False ``` to `setup.cfg` seems to be a viable fix...

type: enhancement
topic: collection

#### References to other Issues or PRs - gh-26663 - https://github.com/sympy/sympy/issues/11802#issuecomment-602855301 #### Brief description of what is fixed or changed Currently `lambdify` cannot properly handle `Derivative` instances. This PR allows...

printing
utilities.lambdify