package owl

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

Module Owl_ext_dense_matrix.ZSource

include sig ... end
Sourceval empty : int -> int -> Owl_ext_types.ext_typ
Sourceval zeros : int -> int -> Owl_ext_types.ext_typ
Sourceval ones : int -> int -> Owl_ext_types.ext_typ
Sourceval sequential : ?a:Pack_DMZ.elt -> ?step:Pack_DMZ.elt -> int -> int -> Owl_ext_types.ext_typ
Sourceval uniform : ?a:Pack_DMZ.elt -> ?b:Pack_DMZ.elt -> int -> int -> Owl_ext_types.ext_typ
Sourceval gaussian : ?mu:Pack_DMZ.elt -> ?sigma:Pack_DMZ.elt -> int -> int -> Owl_ext_types.ext_typ
Sourceval shape : Owl_ext_types.ext_typ -> int * int
Sourceval row_num : Owl_ext_types.ext_typ -> int
Sourceval col_num : Owl_ext_types.ext_typ -> 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 set : Owl_ext_types.ext_typ -> int -> int -> Owl_ext_types.ext_typ -> unit
Sourceval copy_row_to : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> int -> unit
Sourceval copy_col_to : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> int -> unit
Sourceval swap_rows : Owl_ext_types.ext_typ -> int -> int -> unit
Sourceval swap_cols : Owl_ext_types.ext_typ -> int -> int -> unit
Sourceval iteri : (int -> Pack_DMZ.elt -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval iter : (Pack_DMZ.elt -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval filteri : (int -> Pack_DMZ.elt -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval filter : (Pack_DMZ.elt -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval iteri_rows : (int -> Pack_DMZ.mat -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval iter_rows : (Pack_DMZ.mat -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval iteri_cols : (int -> Pack_DMZ.mat -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval iter_cols : (Pack_DMZ.mat -> unit) -> Owl_ext_types.ext_typ -> unit
Sourceval filteri_rows : (int -> Pack_DMZ.mat -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval filter_rows : (Pack_DMZ.mat -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval filteri_cols : (int -> Pack_DMZ.mat -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval filter_cols : (Pack_DMZ.mat -> bool) -> Owl_ext_types.ext_typ -> int array
Sourceval fold_rows : ('a -> Pack_DMZ.mat -> 'a) -> 'a -> Owl_ext_types.ext_typ -> 'a
Sourceval fold_cols : ('a -> Pack_DMZ.mat -> 'a) -> 'a -> Owl_ext_types.ext_typ -> 'a
Sourceval mapi_rows : (int -> Pack_DMZ.mat -> 'a) -> Owl_ext_types.ext_typ -> 'a array
Sourceval map_rows : (Pack_DMZ.mat -> 'a) -> Owl_ext_types.ext_typ -> 'a array
Sourceval mapi_cols : (int -> Pack_DMZ.mat -> 'a) -> Owl_ext_types.ext_typ -> 'a array
Sourceval map_cols : (Pack_DMZ.mat -> 'a) -> Owl_ext_types.ext_typ -> 'a array
Sourceval exists : (Pack_DMZ.elt -> bool) -> Owl_ext_types.ext_typ -> bool
Sourceval not_exists : (Pack_DMZ.elt -> bool) -> Owl_ext_types.ext_typ -> bool
Sourceval for_all : (Pack_DMZ.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 draw_rows : ?replacement:bool -> Owl_ext_types.ext_typ -> int -> Owl_ext_types.ext_typ * int array
Sourceval draw_cols : ?replacement:bool -> Owl_ext_types.ext_typ -> int -> Owl_ext_types.ext_typ * int array
Sourceval of_array : Pack_DMZ.elt array -> int -> int -> Owl_ext_types.ext_typ
Sourceval to_arrays : Owl_ext_types.ext_typ -> Pack_DMZ.elt array array
Sourceval of_arrays : Pack_DMZ.elt array array -> Owl_ext_types.ext_typ
Sourceval print : Owl_ext_types.ext_typ -> unit
Sourceval save : out:string -> Owl_ext_types.ext_typ -> unit
Sourceval load : string -> Owl_ext_types.ext_typ
OCaml

Innovation. Community. Security.