CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 13:23:19 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 28 Jun 2010 02:54:28 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7e07864dff9e1e9a92a1b1dc209c3d82"
x-archive-orig-x-runtime: 59ms
x-archive-orig-content-length: 20067
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 28 Jun 2010 02:54:29 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 28 Jun 2010 02:54:29 GMT", ; rel="memento"; datetime="Mon, 28 Jun 2010 02:54:29 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 02:24:49 GMT", ; rel="last memento"; datetime="Thu, 26 Nov 2020 14:22:28 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_16_20100628024607_crawl102-c/51_16_20100628025352_crawl101.arc.gz
server-timing: captures_list;dur=0.845892, exclusion.robots;dur=0.026932, exclusion.robots.policy;dur=0.011751, esindex;dur=0.014426, cdx.remote;dur=44.664616, LoadShardBlock;dur=385.272566, PetaboxLoader3.datanode;dur=207.618922, PetaboxLoader3.resolve;dur=236.759907, load_resource;dur=200.197028
x-app-server: wwwb-app219
x-ts: 200
x-tr: 702
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
rwest's PyDAS at master - GitHub
rwest / PyDAS forked from jwallen/PyDAS
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
A Python wrapper for the DASSL, DASPK, and DASKR differential algebraic system solvers — Read more
PyDAS /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
README | ||
![]() |
__init__.py | ||
![]() |
dassl.pyx | ||
![]() |
dassl/ | ||
![]() |
dasslTest.py | ||
![]() |
setup.py |
README
PyDAS - A Python wrapper for the DASSL, DASPK, and DASKR differential algebraic system solvers To build it: cd dassl make cd .. python setup.py build_ext --inplace To test it: python dasslTest.py