(mv m v)Multiplies a matrix m with a vector v.
Multiplies a matrix `m` with a vector `v`.
(nrm1 m)Calculates the 1-norm of a matrix m.
Calculates the 1-norm of a matrix `m`.
(scal a m)Multiply a scalar a with a matrix m.
Multiply a scalar `a` with a matrix `m`.
(subtract m1 m2)Subtracts the matrix m2 from the matrix m1.
Subtracts the matrix `m2` from the matrix `m1`.
(symmetric? a)FIXME: this is not identical to neanderthal/symmetric; use sy for creation
FIXME: this is not identical to neanderthal/symmetric; use sy for creation
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 |