Skip to content

[NOT ACTIVELY DEVELOPED] Converts SymPy expressions to vectorized fortran callbacks which are wrapped on the fly.

License

BSD-2-Clause, BSD-2-Clause licenses found

Licenses found

BSD-2-Clause
LICENSE
BSD-2-Clause
LICENSE.txt
Notifications You must be signed in to change notification settings

bjodah/symvarsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aebbd3a · Jul 3, 2018

History

70 Commits
Nov 8, 2015
Jul 3, 2018
Jul 3, 2018
Nov 9, 2015
Jul 3, 2018
Jan 15, 2016
Apr 17, 2016
Nov 8, 2015
Nov 8, 2015
Jun 24, 2013
Apr 17, 2016
Jan 29, 2014
Nov 8, 2015
Nov 8, 2015
Jul 3, 2018
Jul 3, 2018

symvarsub

Build Status

symvarsub collects routines useful for performing variable subsitutions in collections of SymPy expressions.

It provides an alternative to sympy.utilities.lambdify, its main benefit is much faster compile times thanks to caching of object file.

Installation

E.g. do:

pip install --user --upgrade -r http://raw.github.com/bjodah/symvarsub/master/requirements.txt
pip install --user --upgrade http://github.com/bjodah/symvarsub/archive/v0.0.9.tar.gz

(modify to your needs)

Related projects

  • fastinverse generating C code for fast calculation of inverses (table lookup -> polynomial interpolation -> newton refinement)

License

Open Source. Released under the very permissive simplified (2-clause) BSD license. See LICENCE.txt for further details.

About

[NOT ACTIVELY DEVELOPED] Converts SymPy expressions to vectorized fortran callbacks which are wrapped on the fly.

Resources

License

BSD-2-Clause, BSD-2-Clause licenses found

Licenses found

BSD-2-Clause
LICENSE
BSD-2-Clause
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published