odeintw
=======
`odeintw` provides a wrapper of `scipy.integrate.odeint` that allows it to
handle complex and matrix differential equations. That is, it can solve
equations of the form
dZ/dt = F(Z, t, param1, param2, ...)
where `t` is real and `Z` is a real or complex array.
Since `odeintw` is just a wrapper of `scipy.integrate.odeint`, it requires
`scipy` to be installed. SciPy 0.15 or greater is required, to avoid a
bug in `scipy.integrate.odeint` in older versions of SciPy.
See README.md at https://github.com/WarrenWeckesser/odeintw for examples.
Raw data
{
"_id": null,
"home_page": "https://github.com/WarrenWeckesser/odeintw",
"name": "odeintw",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "scipy odeint",
"author": "Warren Weckesser",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/11/ed/a0fc80b29318937e879cb6461c6ae5612041a10046005de2c159f1c7939b/odeintw-1.0.2.tar.gz",
"platform": null,
"description": "\nodeintw\n=======\n\n`odeintw` provides a wrapper of `scipy.integrate.odeint` that allows it to\nhandle complex and matrix differential equations. That is, it can solve\nequations of the form\n\n dZ/dt = F(Z, t, param1, param2, ...)\n\nwhere `t` is real and `Z` is a real or complex array.\n\nSince `odeintw` is just a wrapper of `scipy.integrate.odeint`, it requires\n`scipy` to be installed. SciPy 0.15 or greater is required, to avoid a\nbug in `scipy.integrate.odeint` in older versions of SciPy.\n\nSee README.md at https://github.com/WarrenWeckesser/odeintw for examples.\n",
"bugtrack_url": null,
"license": null,
"summary": "Solve complex and matrix differential equations with scipy.integrate.odeint.",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/WarrenWeckesser/odeintw"
},
"split_keywords": [
"scipy",
"odeint"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2f90f5cdbc714f02ed70314b98e20753054d69a811ad91dec6f54e040d579e55",
"md5": "4305c45a6c6d3db95856e8dafe478542",
"sha256": "9f69a2cca657f05022ad593777b04ec7b31821ac1536724577b501d28de2da21"
},
"downloads": -1,
"filename": "odeintw-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4305c45a6c6d3db95856e8dafe478542",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5832,
"upload_time": "2024-06-02T22:51:42",
"upload_time_iso_8601": "2024-06-02T22:51:42.737068Z",
"url": "https://files.pythonhosted.org/packages/2f/90/f5cdbc714f02ed70314b98e20753054d69a811ad91dec6f54e040d579e55/odeintw-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "11eda0fc80b29318937e879cb6461c6ae5612041a10046005de2c159f1c7939b",
"md5": "22a2985915ebc536476c1ae71bc7e07e",
"sha256": "b85533b94ebb5f920263528215483db8fb1821fd5b69742abc713d59a9bc969b"
},
"downloads": -1,
"filename": "odeintw-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "22a2985915ebc536476c1ae71bc7e07e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6688,
"upload_time": "2024-06-02T22:51:44",
"upload_time_iso_8601": "2024-06-02T22:51:44.590256Z",
"url": "https://files.pythonhosted.org/packages/11/ed/a0fc80b29318937e879cb6461c6ae5612041a10046005de2c159f1c7939b/odeintw-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-02 22:51:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "WarrenWeckesser",
"github_project": "odeintw",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "odeintw"
}