RailGun
stable
  • RailGun Tutorial
  • SimObject — A class loads everything you need from C shared library
  • Utility functions
  • Samples
    • Linear Ordinary Differential Equation
    • Runge-Kutta method (usage of _cmemsubsets_)
    • Logistic map with additive noise (usage of railgun.cmem())
    • Using RailGun with GSL (GNU Scientific Library)
    • Kaplan-Yorke map
  • Change Log
RailGun
  • Docs »
  • Samples
  • Edit on GitHub

SamplesΒΆ

  • Linear Ordinary Differential Equation
    • Output
    • Python code
    • C code
    • Using SimObject._cstructname_
    • Using SimObject._cfuncprefix_
  • Runge-Kutta method (usage of _cmemsubsets_)
    • Python code (lode_rk4.py)
    • C code (lode_rk4.c)
    • Running on “normal mode”
    • Running on “debug mode”
    • Reference
  • Logistic map with additive noise (usage of railgun.cmem())
    • Python code
    • C code
    • Output
  • Using RailGun with GSL (GNU Scientific Library)
  • Kaplan-Yorke map
    • Output
    • Python code
    • C code
    • Definition of the map
    • References
Next Previous

© Copyright 2010, Takafumi Arakaki. Revision 18f6b38d.

Built with Sphinx using a theme provided by Read the Docs.