8000 GitHub - kshkss/integrate-rs: Wrapper around ODEPACK in Rust. Solves systems of ODEs.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Wrapper around ODEPACK in Rust. Solves systems of ODEs.

Notifications You must be signed in to change notification settings

kshkss/integrate-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrate-rs

Compute one-dimansional integrals

QUADPACK

Solve systems of differential equations

This crate is forked from tungli/lsode-rust and uses ODEPACK Fortran library to solve systems of ordinary differential equations and differential algebraic equations.

ODEPACK

I obtained the ODEPACK code that is present in this repository from here. I do not know what the licensing of the original ODEPACK code is, I assume it is released to the public domain.

About

Wrapper around ODEPACK in Rust. Solves systems of ODEs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 80 2CD1 .1%
  • Rust 19.9%
0