Liking cljdoc? Tell your friends :D
Clojure only.

core.matrix.operators


*clj

(* a)
(* a b)
(* a b & more)

Matrix multiply operator

Matrix multiply operator
raw docstring

+clj

(+ a)
(+ a b)
(+ a b & more)

Matrix addition operator

Matrix addition operator
raw docstring

-clj

(- a)
(- a b)
(- a b & more)

Matrix subtraction operator

Matrix subtraction operator
raw docstring

e*clj

(e* a)
(e* a b)
(e* a b & more)

Matrix element-wise multiply operator

Matrix element-wise multiply operator
raw docstring

e=clj

(e= a)
(e= a b)
(e= a b & more)

Matrix equality operator

Matrix equality operator
raw docstring

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

× close