Project

num4diff

0.0
The project is in a healthy, maintained state
numerical solution for ordinaray differential equations
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.3, >= 12.3.3

Runtime

~> 1.0, >= 1.0.1
 Project Readme

num4different

数値計算による微分方程式を解くFFI

decscription

num4diff

詳細は、https://siranovel.github.io/mydocs/num4different

Demo

VS.

Requirement

ruby FFI-compilerライブラリ

Usage

install

From rubygems:

    [sudo] gem install num4diff

or from the git repository on github:

    git clone https://github.com/siranovel/num4different.git  
    cd num4different  
    gem build num4diff.gemspec
    gem install num4diff

Contribution

Licence

MIT

Author

siranovel