package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Owl_ext_dense_ndarray.Make_BasicSource

Parameters

module P : PackSig
module M : BasicSig with type arr := P.arr and type elt := P.elt

Signature

Sourceval empty : int array -> Owl_ext_types.ext_typ
Sourceval zeros : int array -> Owl_ext_types.ext_typ
Sourceval ones : int array -> Owl_ext_types.ext_typ
Sourceval uniform : ?a:P.elt -> ?b:P.elt -> int array -> Owl_ext_types.ext_typ
Sourceval sequential : ?a:P.elt -> ?step:P.elt -> int array -> Owl_ext_types.ext_typ
Sourceval linspace : P.elt -> P.elt -> int -> Owl_ext_types.ext_typ
Sourceval logspace : ?base:'a -> P.elt -> P.elt -> int -> Owl_ext_types.ext_typ
Sourceval shape : Owl_ext_types.ext_typ -> int array
Sourceval num_dims : Owl_ext_types.ext_typ -> int
Sourceval nth_dim : Owl_ext_types.ext_typ -> int -> int
Sourceval numel : Owl_ext_types.ext_typ -> int
Sourceval density : Owl_ext_types.ext_typ -> float
Sourceval size_in_bytes : Owl_ext_types.ext_typ -> int
Sourceval same_shape : Owl_ext_types.ext_typ -> P.arr -> bool
Sourceval set : Owl_ext_types.ext_typ -> int array -> Owl_ext_types.ext_typ -> unit
Sourceval sub_left : Owl_ext_types.ext_typ -> int -> int -> Owl_ext_types.ext_typ
Sourceval slice_left : Owl_ext_types.ext_typ -> int array -> Owl_ext_types.ext_typ
Sourceval transpose : ?axis:int array -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ
Sourceval tile : Owl_ext_types.ext_typ -> int array -> P.arr
Sourceval repeat : Owl_ext_types.ext_typ -> int array -> P.arr
Sourceval squeeze : ?axis:int array -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ
Sourceval iteri : (int -> P.elt -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval iter : (P.elt -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval filteri : (int -> P.elt -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval filter : (P.elt -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval foldi : ?axis:int -> (int -> P.elt -> P.elt -> P.elt) -> P.elt -> Owl_ext_types.ext_typ -> P.arr
Sourceval iter2i : (int -> P.elt -> P.elt -> unit) -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> unit
Sourceval iter2 : (P.elt -> P.elt -> unit) -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> unit
Sourceval exists : (P.elt -> bool) -> Owl_ext_types.ext_typ -> bool
Sourceval not_exists : (P.elt -> bool) -> Owl_ext_types.ext_typ -> bool
Sourceval for_all : (P.elt -> bool) -> Owl_ext_types.ext_typ -> bool
Sourceval is_zero : Owl_ext_types.ext_typ -> bool
Sourceval is_positive : Owl_ext_types.ext_typ -> bool
Sourceval is_negative : Owl_ext_types.ext_typ -> bool
Sourceval is_nonpositive : Owl_ext_types.ext_typ -> bool
Sourceval is_nonnegative : Owl_ext_types.ext_typ -> bool
Sourceval greater_equal : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
Sourceval not_equal_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
Sourceval greater_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
Sourceval less_equal_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
Sourceval greater_equal_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
Sourceval print : Owl_ext_types.ext_typ -> unit
Sourceval save : Owl_ext_types.ext_typ -> string -> unit
Sourceval load : string -> Owl_ext_types.ext_typ
OCaml

Innovation. Community. Security.