Liking cljdoc? Tell your friends :D

fastmath.protocols.matrix


MatrixDecompositionProtocljprotocol

componentclj

(component m c)
source

MatrixProtocljprotocol

to-double-array2dclj

(to-double-array2d m)

addclj

(add m1 m2)

emulmclj

(emulm m1 m2)

to-float-arrayclj

(to-float-array m)

mulsclj

(muls m v)

->seqclj

(->seq m)

diagclj

(diag m)

mulmclj

(mulm m1 m2)
(mulm m1 t1? m2 t2?)

rowclj

(row m id)

to-real-matrixclj

(to-real-matrix m)

choleskyclj

(cholesky m)

mulvclj

(mulv m v)

subclj

(sub m)
(sub m1 m2)

nrowclj

(nrow m)

inverseclj

(inverse m)

transposeclj

(transpose m)

detclj

(det m)

traceclj

(trace m)

normclj

(norm m t)

singular?clj

(singular? m)

solveclj

(solve m v)

addsclj

(adds m v)

ncolclj

(ncol m)

columnclj

(column m id)

symmetric?clj

(symmetric? m)
(symmetric? m tol)

rowsclj

(rows m)

colsclj

(cols m)

to-float-array2dclj

(to-float-array2d m)

fmapclj

(fmap m f)

vtmulclj

(vtmul m v)

entryclj

(entry m row col)

to-double-arrayclj

(to-double-array m)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close