package ocaml-r

  1. Overview
  2. Docs

Module OCamlR_base.NumericSource

include OCamlR.Atomic_vector with type repr := float
include OCamlR.Vector with type repr := float
include OCamlR.SXP
Sourcetype t
Sourceval equal : t -> t -> bool
Sourceval is_function : t -> bool
Sourceval attr : t -> string -> OCamlR.sexp
Sourceval _class_ : t -> string list
Sourceval nil_map : t -> f:(t -> 'a) -> 'a option
Sourceval print : t -> unit
Sourceval unsafe_of_sexp : OCamlR.sexp -> t
Sourceval to_sexp : t -> OCamlR.sexp
Sourceval length : t -> int
Sourceval of_array : float array -> t
Sourceval of_list : float list -> t
Sourceval to_array : t -> float array
Sourceval to_list : t -> float list
Sourceval get : t -> int -> float
Sourceval of_array_opt : float option array -> t
Sourceval to_array_opt : t -> float option array
Sourceval get_opt : t -> int -> float option
Sourceval get2 : t -> int -> int -> float
Sourceval c : t list -> t
Sourcemodule Matrix : Matrix with type repr := float and type vector := t