Liking cljdoc? Tell your friends :D
Clojure only.

provisdom.math.neanderthal-matrix


llsclj

(lls a b)

Linear Linear Squares, solving for 'x', where a × x = b.

Linear Linear Squares, solving for 'x', where `a` × x = `b`.
sourceraw docstring

lls!clj

(lls! a b)

Linear Linear Squares, solving for 'x', where a × x = b. After destruction, a will contain factorization data, and b will contain matrix solution. Also returns solution.

Linear Linear Squares, solving for 'x', where `a` × x = `b`. After
destruction, `a` will contain factorization data, and `b` will contain matrix
solution. Also returns solution.
sourceraw docstring

matrixclj

(matrix rows columns v)

v is a vector of data.

`v` is a vector of data.
sourceraw docstring

mx*clj

(mx* mx1 mx2)

Matrix multiplication.

Matrix multiplication.
sourceraw docstring

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

× close