Skip to content

[FEATURE] Port ODE solvers from SciPy to SciJo #6

@shivasankarka

Description

@shivasankarka

What & Why

This issue is related to porting the ODE solvers available in the scipy quad module to the SciJo library. The goal is to enable SciJo to support the same ODE solving capabilities as found in scipy, including integration routines and solver interfaces.

Proposed Solution

Tasks:

  • Identify all ODE solvers and related functions in scipy's quad module.
  • Implement equivalent ODE solvers in SciJo.
  • Ensure API compatibility with scipy's conventions where possible. API compatibility is welcome, but not a necessity if it means more performance.
  • Add documentation and examples for the new solvers.
  • Write unit tests to verify correctness and performance against scipy.

Extra Context

References:

If anyone has experience with scipy ODE solvers or suggestions for implementation strategies, please comment below.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions