package prbnmcn-dagger-test

  1. Overview
  2. Docs

Module Smc.FMSource

Sourcetype r = float
Sourcemodule Map : sig ... end
Sourcemodule R : sig ... end
Sourcetype t = r Map.t
Sourceval zero : t
Sourceval add : t -> t -> t
Sourceval neg : t -> t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
Sourceval hash : t -> int
Sourceval smul : R.t -> t -> t
Sourcemodule Basis : sig ... end
Sourcetype basis = Basis.t
Sourceval delta : basis -> t
Sourceval eval : t -> basis -> R.t
Sourceval bind : t -> (basis -> t) -> t
Sourceval of_list : (basis * R.t) list -> t
Sourceval fold : (basis -> R.t -> 'a -> 'a) -> t -> 'a -> 'a
OCaml

Innovation. Community. Security.