All Projects → Chris00 → Ocaml Odepack

Chris00 / Ocaml Odepack

Binding to the ODEPACK FORTRAN library

Programming Languages

ocaml
1615 projects
fortran
972 projects

Projects that are alternatives of or similar to Ocaml Odepack

Boxx
Tool-box for efficient build and debug in Python. Especially for Scientific Computing and Computer Vision.
Stars: ✭ 429 (+7050%)
Mutual labels:  scientific-computing
Ohpc
OpenHPC Integration, Packaging, and Test Repo
Stars: ✭ 544 (+8966.67%)
Mutual labels:  scientific-computing
Reflow
A language and runtime for distributed, incremental data processing in the cloud
Stars: ✭ 706 (+11666.67%)
Mutual labels:  scientific-computing
Ocl
OpenCL for Rust
Stars: ✭ 453 (+7450%)
Mutual labels:  scientific-computing
Scikit Video
Video Processing in Python
Stars: ✭ 510 (+8400%)
Mutual labels:  scientific-computing
Vexcl
VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP
Stars: ✭ 626 (+10333.33%)
Mutual labels:  scientific-computing
Librmath.js
Javascript Pure Implementation of Statistical R "core" numerical libRmath.so
Stars: ✭ 425 (+6983.33%)
Mutual labels:  scientific-computing
Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+13250%)
Mutual labels:  scientific-computing
Gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
Stars: ✭ 5,384 (+89633.33%)
Mutual labels:  scientific-computing
Learn Julia The Hard Way
Learn Julia the hard way!
Stars: ✭ 679 (+11216.67%)
Mutual labels:  scientific-computing
Gop
GoPlus - The Go+ language for engineering, STEM education, and data science
Stars: ✭ 7,829 (+130383.33%)
Mutual labels:  scientific-computing
Awesome Scientific Computing
😎 Curated list of awesome software for numerical analysis and scientific computing
Stars: ✭ 476 (+7833.33%)
Mutual labels:  scientific-computing
Ruptures
ruptures: change point detection in Python
Stars: ✭ 654 (+10800%)
Mutual labels:  scientific-computing
Enzyme
High-performance automatic differentiation of LLVM.
Stars: ✭ 418 (+6866.67%)
Mutual labels:  scientific-computing
Casadi
CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.
Stars: ✭ 714 (+11800%)
Mutual labels:  scientific-computing
Deepxde
Deep learning library for solving differential equations and more
Stars: ✭ 420 (+6900%)
Mutual labels:  scientific-computing
Pygam
[HELP REQUESTED] Generalized Additive Models in Python
Stars: ✭ 569 (+9383.33%)
Mutual labels:  scientific-computing
Linfa
A Rust machine learning framework.
Stars: ✭ 812 (+13433.33%)
Mutual labels:  scientific-computing
Pyopencl
OpenCL integration for Python, plus shiny features
Stars: ✭ 790 (+13066.67%)
Mutual labels:  scientific-computing
Mfem
Lightweight, general, scalable C++ library for finite element methods
Stars: ✭ 667 (+11016.67%)
Mutual labels:  scientific-computing

Build Status

ODEPACK

This is a binding to ODEPACK, a library to solve Cauchy problems, that is ordinary differential equations (ODE) of the form ∂ₜy(t) = f(t,y(t)) with initial conditions y(t₀) = y₀.

Installation

The easier way of installing this library is to use opam:

opam install odepack

Documentation

Please consult the interface or the HTML version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].