(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 is a website building & hosting documentation for Clojure/Script libraries
× close