Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
CyRK 0.17.1 documentation
CyRK 0.17.1 documentation

CyRK

  • Overview

Contents

  • Performance
  • Parallelizing CyRK
  • Numba nbsolve_ivp
  • Events
  • Dense Output and `t_eval`
  • Extra Outputs during Integration
  • Advanced CySolver
  • Status and Error Codes
  • Solution Reuse
  • Optimization Functions
  • C++ API

Demos

  • SciPy’s solve_ivp (For Comparison)
  • Hack IPython Magic
  • nbsolve_ivp Example
  • pysolve_ivp Example
  • cysolve_ivp Example
  • Result Structure
  • t_eval and dense output example
  • Backward Integration
  • Backward Integration (with Dense)
  • Events
  • Parallelizing pysolve_ivp
  • Advanced CySolver Examples

Additional Info

  • CyRK’s Deprecated Methods
  • Change Log
  • CyRK License

Auto Generated API

  • CyRK API
    • CyRK
      • CyRK.array
      • CyRK.cy
      • CyRK.nb
      • CyRK.optimize
    • CyRK.array
    • CyRK.cy
    • CyRK.nb
    • CyRK.optimize
    • CyRK.utils namespace
Back to top
View this page

Demos

  • SciPy’s solve_ivp (For Comparison)
  • Hack IPython Magic
  • nbsolve_ivp Example
  • pysolve_ivp Example
  • cysolve_ivp Example
  • Result Structure
  • t_eval and dense output example
  • Backward Integration
  • Backward Integration (with Dense)
  • Events
    • Events with SciPy
    • Events with pysolve_ivp
  • Parallelizing pysolve_ivp
  • Advanced CySolver Examples
    • Hack IPython Magic
    • Parallelizing cysolve_ivp
    • Arbitrary Additional Arguments
    • Pre-Evaluation Functions
    • PySolver and CySolver Solution Reuses
    • Using Events with CySolver
Next
SciPy’s solve_ivp (For Comparison)
Previous
CyRK’s C++ API Description
Copyright ©
Made with Sphinx and @pradyunsg's Furo