Skip to content
Snippets Groups Projects
Commit 623e1fd1 authored by Matt Wala's avatar Matt Wala
Browse files

Document symbolic backends.

parent 1dfb0096
No related branches found
No related tags found
1 merge request!26Initial SymEngine integration.
Pipeline #
......@@ -19,6 +19,19 @@ and say::
In addition, you need to have :mod:`numpy` installed.
Symbolic backends
=================
:mod:`sumpy` supports two symbolic backends: sympy and SymEngine. To use the
SymEngine backend, ensure that the `SymEngine library
<https://github.com/symengine/symengine>`_ and the `SymEngine Python bindings
<https://github.com/symengine/symengine.py>`_ are installed.
By default, :mod:`sumpy` prefers using SymEngine but falls back to sympy if it
detects that SymEngine is not installed. To force the use of a particular
backend, set the environment variable `SUMPY_FORCE_SYMBOLIC_BACKEND` to
`symengine` or `sympy`.
User-visible Changes
====================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment