Liking cljdoc? Tell your friends :D

sparse-array.extract


extractclj

(extract array function)

Return a sparse subset of this array - which may be either sparse or dense - comprising all those cells for which this function returns a 'truthy' value.

Return a sparse subset of this `array` - which may be either sparse or
dense - comprising all those cells for which this `function` returns a
'truthy' value.
sourceraw docstring

extract-from-denseclj

(extract-from-dense array function)
(extract-from-dense array function axes)

Return a subset of this dense array comprising all those cells for which this function returns a 'truthy' value. Use these axes if provided.

Return a subset of this dense `array` comprising all those cells for which
this `function` returns a 'truthy' value. Use these `axes` if provided.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close