owl-ode
Native.D
include module type of struct include Native_d end
type mat = Owl_dense_matrix_d.mat
module Euler = Native_d.Euler
module Midpoint = Native_d.Midpoint
module RK4 = Native_d.RK4
module RK23 = Native_d.RK23
Default tol = 1e-7
module RK45 = Native_d.RK45
val to_state_array : ?axis:int -> (int * int) -> mat -> mat array