package owl
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml Scientific and Engineering Computing
Install
dune-project
Dependency
Authors
Maintainers
Sources
owl-0.8.0.tbz
sha256=862af251e2a3e7a6b79724a4020a0c9308b36f12c85cd0a52385c4df82132c66
sha512=c1dabbf467a587757b11a28b9c6e8f68a86ce799d07c7ab5f2afa92d20145ba9e4282975aeb269b7324f5ba90d1576db156006f4d58177a860def773f9d974f2
doc/owl/Owl_sparse_matrix_s/index.html
Module Owl_sparse_matrix_s
type mat = (float, Bigarray.float32_elt) Owl_sparse_matrix_generic.tCreate sparse matrices
val zeros : int -> int -> matval ones : int -> int -> matval eye : int -> matval binary : int -> int -> matval uniform : ?scale:float -> int -> int -> matval uniform_int : ?a:int -> ?b:int -> int -> int -> matval sequential : int -> int -> matObtain the basic properties of a matrix
val shape : mat -> int * intval row_num : mat -> intval col_num : mat -> intval row_num_nz : mat -> intval col_num_nz : mat -> intval numel : mat -> intval nnz : mat -> intval nnz_rows : mat -> int arrayval nnz_cols : mat -> int arrayval density : mat -> floatManipulate a matrix
val reset : mat -> unitIterate elements, columns, and rows
Examin elements and compare two matrices
val is_zero : mat -> boolval is_positive : mat -> boolval is_negative : mat -> boolval is_nonnegative : mat -> boolRandomisation functions
val permutation_matrix : int -> matInput/Output and helper functions
val to_dense : mat -> Owl_dense_matrix_s.matval of_dense : Owl_dense_matrix_s.mat -> matval print : mat -> unitval save : mat -> string -> unitval load : string -> matUnary mathematical operations
Binary mathematical operations
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page