package owl-base
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  OCaml Scientific and Engineering Computing - Base
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      owl-0.9.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=1f47c9c447b008e65cbd2a8b3495fcf5ad3de701206be4e6a43aa61f473b795c
    
    
  sha512=db0ce524073f9c3ec420ca5de2991db56888eb880220ce8fecca85cad5e41537b2e3115cc5f645dbde03dc99eef3fe8582a25d09c5f6efaa0dc088ddc76d3a9c
    
    
  doc/owl-base/Owl_base_dense_ndarray_z/index.html
Module Owl_base_dense_ndarray_z
type elt = Complex.ttype arr =
  (Complex.t, Bigarray.complex64_elt, Bigarray.c_layout) Bigarray.Genarray.tinclude Owl_base_dense_ndarray_intf.Common
  with type arr := arr
   and type elt := elt
val 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 -> boolval row_num : arr -> intval col_num : arr -> int sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >