package cviode

  1. Overview
  2. Docs
Contact variational integrators - native ocaml version

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cviode-0.0.4.tbz
sha256=89bf0d36db1951ba238f412d59065342f832f77968bbad688ab29e8420e88dba
sha512=1cc90434d167e7a22632aee1cc0273ce36293112a233503fdc428315713a5dadf834fa29ef90f48918fb19562b06c1ba8f2b601eed206f11388b95491e83d8b5

doc/cviode/Cviode/S/index.html

Module Cviode.SSource

Sourcemodule Contact1_damped (A : sig ... end) : Owl_ode.Types.Solver with type state = mat * mat and type f = (mat * mat) -> float -> mat and type step_output = (mat * mat) * float and type solve_output = mat * mat * mat
Sourcemodule Contact2_damped (A : sig ... end) : Owl_ode.Types.Solver with type state = mat * mat and type f = (mat * mat) -> float -> mat and type step_output = (mat * mat) * float and type solve_output = mat * mat * mat