package owl

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

Module Owl_ext_dense_ndarray.SSource

include sig ... end
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:Pack_DAS.elt -> ?b:Pack_DAS.elt -> int array -> Owl_ext_types.ext_typ
Sourceval sequential : ?a:Pack_DAS.elt -> ?step:Pack_DAS.elt -> int array -> Owl_ext_types.ext_typ
Sourceval logspace : ?base:'a -> Pack_DAS.elt -> Pack_DAS.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 -> Pack_DAS.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 -> Pack_DAS.arr
Sourceval repeat : Owl_ext_types.ext_typ -> int array -> Pack_DAS.arr
Sourceval squeeze : ?axis:int array -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ
Sourceval iteri : (int -> Pack_DAS.elt -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval iter : (Pack_DAS.elt -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval filteri : (int -> Pack_DAS.elt -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval filter : (Pack_DAS.elt -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval iter2i : (int -> Pack_DAS.elt -> Pack_DAS.elt -> unit) -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> unit
Sourceval exists : (Pack_DAS.elt -> bool) -> Owl_ext_types.ext_typ -> bool
Sourceval not_exists : (Pack_DAS.elt -> bool) -> Owl_ext_types.ext_typ -> bool
Sourceval for_all : (Pack_DAS.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
include sig ... end
Sourceval minmax_i : Owl_ext_types.ext_typ -> (Owl_ext_types.ext_typ * int array) * (Owl_ext_types.ext_typ * int array)
OCaml

Innovation. Community. Security.