package ocaml-r

  1. Overview
  2. Docs
Objective Caml bindings for the R interpreter

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-r-0.6.0.tbz
sha256=8ecea70a631896b4328c465028b628a6bcbbb7dbad8571df69c0297ff9a088ca
sha512=ac77d473ba35f98f2ea4034db3be514720d4dadae2e12692d4a846ab6ee03db66a24b846a0f1cd1a2b9cd674dd89c45a82b7d78e884cb3b36f17afff64ffe72c

doc/ocaml-r.base/OCamlR_base/module-type-Matrix/index.html

Module type OCamlR_base.MatrixSource

include OCamlR.Atomic_vector
include OCamlR.Vector
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
Sourcetype repr
Sourceval length : t -> int
Sourceval of_array : repr array -> t
Sourceval of_list : repr list -> t
Sourceval to_array : t -> repr array
Sourceval to_list : t -> repr list
Sourceval get : t -> int -> repr
Sourceval of_array_opt : repr option array -> t
Sourceval to_array_opt : t -> repr option array
Sourceval get_opt : t -> int -> repr option
Sourcetype vector
Sourceval dim : t -> int * int
Sourceval as_vector : t -> vector
Sourceval of_arrays : repr array array -> t
Sourceval get2 : t -> int -> int -> repr
Sourceval get_row : t -> int -> vector
Sourceval get_col : t -> int -> vector
OCaml

Innovation. Community. Security.