(lls a b)
Linear Linear Squares, solving for 'x', where a
× x = b
.
Linear Linear Squares, solving for 'x', where `a` × x = `b`.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close