Liking cljdoc? Tell your friends :D

tech.datatype.java-primitive

Java specific mappings of the datatype system.

Java specific mappings of the datatype system.
raw docstring

array->bufferclj

(array->buffer src-ary)
source

as-byte-arrayclj

(as-byte-array obj)
source

as-byte-bufferclj

(as-byte-buffer obj)
source

as-double-arrayclj

(as-double-array obj)
source

as-double-bufferclj

(as-double-buffer obj)
source

as-float-arrayclj

(as-float-array obj)
source

as-float-bufferclj

(as-float-buffer obj)
source

as-int-arrayclj

(as-int-array obj)
source

as-int-bufferclj

(as-int-buffer obj)
source

as-long-arrayclj

(as-long-array obj)
source

as-long-bufferclj

(as-long-buffer obj)
source

as-short-arrayclj

(as-short-array obj)
source

as-short-bufferclj

(as-short-buffer obj)
source

buffer-buffer-copycljmacro

(buffer-buffer-copy src-dtype
                    dst-dtype
                    unchecked?
                    src
                    src-offset
                    dst
                    dst-offset
                    n-elems
                    options)
source

core-copy-operationsclj

source

datatype->array-cast-fncljmacro

(datatype->array-cast-fn dtype buf)
source

datatype->buffer-cast-fncljmacro

(datatype->buffer-cast-fn dtype buf)
source

datatype->cast-fncljmacro

(datatype->cast-fn src-dtype dtype val)
source

datatype->unchecked-cast-fncljmacro

(datatype->unchecked-cast-fn src-dtype dtype val)
source

datatypesclj

source

float32-castclj

source

float64-castclj

source

implement-array-typecljmacro

(implement-array-type array-class datatype)
source

implement-buffer-typecljmacro

(implement-buffer-type buffer-class datatype)
source

int16-castclj

source

int32-castclj

source

int64-castclj

source

int8-castclj

source

java-primitive-datatypesclj

source

make-array-of-typeclj

(make-array-of-type datatype elem-count-or-seq)
source

make-buffer-of-typeclj

(make-buffer-of-type datatype elem-count-or-seq)
source

raw-dtype-copy!clj

(raw-dtype-copy! raw-data ary-target target-offset options)
source

update-base-copy-tablecljmacro

(update-base-copy-table)
source

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

× close