package owl
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml Scientific and Engineering Computing
Install
dune-project
Dependency
Authors
Maintainers
Sources
owl-0.7.1.tbz
sha256=4efa33bb2f04fa14f493a3dd9bf4210895ff558d490cf8c3bd1484ba20ff26f3
sha512=1c03d0822a642975ab0b08e621012e17b7b41563196e7c2e93dd2e3338a9b0b37a63c1c6a786b8a40f32f9bd21b4c57f898b12e1b1cdd892b78fe4927e4c35b6
doc/owl/Owl_sparse_ndarray/Generic/index.html
Module Owl_sparse_ndarray.GenericSource
include module type of struct include Owl_sparse_ndarray_generic end
Type definition
Type of ``kind``.
Abstract type of sparse ndarray.
Create sparse ndarray
Obtain basic properties
Manipulate a N-dimensional array
Iterate array elements
Source
val filteri :
?axis:int option array ->
(int array -> 'a -> bool) ->
('a, 'b) t ->
int array arrayTODO
TODO
TODO
Source
val filteri_nz :
?axis:int option array ->
(int array -> 'a -> bool) ->
('a, 'b) t ->
int array arrayTODO
Source
val foldi_nz :
?axis:int option array ->
(int array -> 'c -> 'a -> 'c) ->
'c ->
('a, 'b) t ->
'cTODO
Examine array elements or compare two arrays
Input/Output and helper functions
Unary mathematical operations
Binary mathematical operations
include module type of struct include Operator end
Source
val (+) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val (-) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val (*) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val (/) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val (+$) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
'a ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val (-$) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
'a ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val (*$) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
'a ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val (/$) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
'a ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val ($+) :
'a ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val ($-) :
'a ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val ($*) :
'a ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val ($/) :
'a ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.tSource
val (=) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
boolSource
val (!=) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
boolSource
val (<>) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
boolSource
val (>) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
boolSource
val (<) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
boolSource
val (>=) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
boolSource
val (<=) :
('a, 'b) Owl_sparse_ndarray_generic.t ->
('a, 'b) Owl_sparse_ndarray_generic.t ->
bool sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>