package owl-ode

  1. Overview
  2. Docs
Owl's ODE solvers

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=3b619cf391bfbfc8b83b6a5bdbabb593
sha512=e79d8172a601591e754924d6541c85f36b0ba8c8f0f354f59c65c6a2b76dd08a2a1ec816825798ec2e3edb1c1fc223f651840aac8c008e71495c36a781b0daa8

doc/src/owl-ode/native.ml.html

Source file native.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 1 "src/ode/native/native.ml"
(*
 * OWL - OCaml Scientific and Engineering Computing
 * OWL-ODE - Ordinary Differential Equation Solvers
 *
 * Copyright (c) 2019 Ta-Chu Kao <tck29@cam.ac.uk>
 * Copyright (c) 2019 Marcello Seri <m.seri@rug.nl>
 *)

module S = struct
  include Native_s
end

module D = struct
  include Native_d
end
OCaml

Innovation. Community. Security.