Liking cljdoc? Tell your friends :D

incanter.internal


combine-withclj/smacro

(combine-with A B op fun)
source

double_arr_typeclj

source

hintclj/smacro

(hint type body)

Applies a type hint to a body

Applies a type hint to a body
sourceraw docstring

is-matrixclj

(is-matrix obj)

Test if obj is 'derived' from ::matrix (e.g. class incanter.Matrix).

Test if obj is 'derived' from ::matrix (e.g. class incanter.Matrix).
sourceraw docstring

make-matrixclj

(make-matrix data)
(make-matrix data ncol)
(make-matrix init-val rows cols)
source

pass-to-matrixclj

(pass-to-matrix coll)

Make each element in coll a row-first matrix else pass it back as-is

Make each element in coll a row-first matrix else pass it back as-is
sourceraw docstring

transform-withclj/smacro

(transform-with A fun)

Transforms a matrix with a Clatrix function

Transforms a matrix with a Clatrix function
sourceraw docstring

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

× close