Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
648 B
Text
13 lines
648 B
Text
pyodesys provides a straightforward way of numerically integrating systems of
|
|
ordinary differential equations (initial value problems). It unifies the
|
|
interface of several libraries for performing the numerical integration as well
|
|
as several libraries for symbolic representation. It also provides a convenience
|
|
class for representing and integrating ODE systems defined by symbolic
|
|
expressions, e.g. SymPy expressions. This allows the user to write concise code
|
|
and rely on pyodesys to handle the subtle differences between libraries.
|
|
|
|
The numerical integration is performed using either:
|
|
* scipy.integrate.ode
|
|
* pygslodeiv2
|
|
* pyodeint
|
|
* pycvodes
|