Project

num4diff

0.0
No release in over a year
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
2025
2026
 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

sample/spec内の各ファイル参照

install

From rubygems:

    [sudo] gem install num4diff

Install via Gemfile:

source "https://rubygems.pkg.github.com/siranovel" do
    gem "num4diff"
end

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