package lacaml

  1. Overview
  2. Docs
type prec = Bigarray.float32_elt
type num_type = float
type vec = (float, Bigarray.float32_elt, Bigarray.fortran_layout) Bigarray.Array1.t
type rvec = vec
type mat = (float, Bigarray.float32_elt, Bigarray.fortran_layout) Bigarray.Array2.t
type trans3 = [
  1. | `N
  2. | `T
]
val prec : (float, Bigarray.float32_elt) Bigarray.kind
val zero : float
val one : float
val add : float -> float -> float
val int_of_float32 : float -> int
OCaml

Innovation. Community. Security.