package owl-ode

  1. Overview
  2. Docs

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.