(columns neanderthal-mx)
Returns the number of columns.
Returns the number of columns.
(fmap f a)
Maps a function onto a functor.
Maps a function onto a functor.
(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.
(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.
(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.
(mx* neanderthal-mx1 neanderthal-mx2)
(mx* neanderthal-mx1 neanderthal-mx2 & more)
Matrix multiplication.
Matrix multiplication.
(neanderthal-columns neanderthal-mx)
Returns the columns as neanderthal vectors.
Returns the columns as neanderthal vectors.
(neanderthal-matrix->matrix neanderthal-mx)
(neanderthal-matrix->matrix neanderthal-mx take-nrows)
(neanderthal-rows neanderthal-mx)
Returns the rows as neanderthal vectors.
Returns the rows as neanderthal vectors.
(rows neanderthal-mx)
Returns the number of rows.
Returns the number of rows.
(vector->neanderthal-matrix rows columns v by-column?)
v
is a vector of data.
`v` is a vector of data.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close