Liking cljdoc? Tell your friends :D

provisdom.math.neanderthal-matrix


->identity-neanderthal-matrixclj

(->identity-neanderthal-matrix size)
sourceraw docstring

->neanderthal-matrixclj

(->neanderthal-matrix nrows ncols)
sourceraw docstring

columnsclj

(columns neanderthal-mx)

Returns the number of columns.

Returns the number of columns.
sourceraw docstring

fmapclj

(fmap f a)

Maps a function onto a functor.

Maps a function onto a functor.
sourceraw docstring

llsclj

(lls a b)

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

Linear Linear Squares, solving for 'x', where `a` × x = `b`.  Returns
solution.
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 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
solution.  Also returns solution.
sourceraw docstring

lls-with-errorclj

(lls-with-error a b)

Linear Linear Squares, solving for 'x', where a × x = b. Returns map of solution, projection matrix, annihilation matrix, and the maximum likelihood estimate for the error.

Linear Linear Squares, solving for 'x', where `a` × x = `b`.  Returns map
of solution, projection matrix, annihilation matrix, and the maximum
likelihood estimate for the error.
sourceraw docstring

lower-choleskyclj

(lower-cholesky a)

Lower * Upper = a

Lower * Upper = `a`
sourceraw docstring

matrix->neanderthal-matrixclj

(matrix->neanderthal-matrix m)
sourceraw docstring

mx*clj

(mx* neanderthal-mx1 neanderthal-mx2)
(mx* neanderthal-mx1 neanderthal-mx2 & more)

Matrix multiplication.

Matrix multiplication.
sourceraw docstring

neanderthal-columnsclj

(neanderthal-columns neanderthal-mx)

Returns the columns as neanderthal vectors.

Returns the columns as neanderthal vectors.
sourceraw docstring

neanderthal-matrix->matrixclj

(neanderthal-matrix->matrix neanderthal-mx)
(neanderthal-matrix->matrix neanderthal-mx take-nrows)
sourceraw docstring

neanderthal-rowsclj

(neanderthal-rows neanderthal-mx)

Returns the rows as neanderthal vectors.

Returns the rows as neanderthal vectors.
sourceraw docstring

rowsclj

(rows neanderthal-mx)

Returns the number of rows.

Returns the number of rows.
sourceraw docstring

transposeclj

(transpose neanderthal-mx)
sourceraw docstring

vector->neanderthal-matrixclj

(vector->neanderthal-matrix rows columns v by-column?)

v is a vector of data.

`v` is a vector of data.
sourceraw docstring

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

× close