(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-projection-and-annihilation a b)Linear Linear Squares, solving for 'x', where a × x = b.  Returns map
of solution, projection matrix, and annihilation matrix.
Linear Linear Squares, solving for 'x', where `a` × x = `b`. Returns map of solution, projection matrix, and annihilation matrix.
(mx* neanderthal-mx1 neanderthal-mx2)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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |