(def-splitter fname src-tag)Generate a function that splits a column-major flat primitive array into a vector of per-column primitive arrays (each length = rows).
Generate a function that splits a column-major flat primitive array into a vector of per-column primitive arrays (each length = rows).
(def-transposer fname src-tag array-ctor aset-fn)Define a transpose fn for a primitive array type. src-tag is one of: bytes, shorts, ints, longs, floats, doubles array-ctor is e.g. float-array aset-fn is e.g. aset-float
Define a transpose fn for a primitive array type. src-tag is one of: bytes, shorts, ints, longs, floats, doubles array-ctor is e.g. float-array aset-fn is e.g. aset-float
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |