package owl-base
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml Scientific and Engineering Computing - Base
Install
dune-project
Dependency
Authors
Maintainers
Sources
owl-0.7.2.tbz
sha256=08c63c2c6f4a73143062ae1d2b7a809cdc8ae829a50b5bb1ecd9de6e2e5a5549
sha512=574cc39a186ef89bf73fbd9e42dd555b0d03ac1f70f745bc3f0932c623d217030a6375b6418fe4f262d9bff161ff254df10ba27d8f5fa8783c86e88af0755305
doc/owl-base/Owl_base_dense_ndarray_z/index.html
Module Owl_base_dense_ndarray_z
type arr =
(Complex.t, Bigarray.complex64_elt, Bigarray.c_layout) Bigarray.Genarray.ttype elt = Complex.tval number : Owl_types_common.numberval empty : int array -> arrval zeros : int array -> arrval ones : int array -> arrval bernoulli : ?p:float -> int array -> arrval shape : arr -> int arrayval numel : arr -> intval strides : arr -> int arrayRefer to :doc:`owl_dense_ndarray_generic`
val slice_size : arr -> int arrayRefer to :doc:`owl_dense_ndarray_generic`
val reset : arr -> unitIterate array elements
Examination & Comparison
val is_zero : arr -> boolval is_positive : arr -> boolval is_negative : arr -> boolval is_nonpositive : arr -> boolval is_nonnegative : arr -> boolval is_normal : arr -> boolval not_nan : arr -> boolval not_inf : arr -> boolHelper functions
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page