Liking cljdoc? Tell your friends :D

active-analytics.linear-algebra


absclj

(abs x)
source

dimcljmacro

(dim v)
source

entryclj

(entry x i)
source

entry!clj

(entry! x i val)
(entry! x i j val)
source

gdclj

(gd n source)
source

geclj

(ge a)
(ge m n)
source

imaxclj

(imax x)
source

iminclj

(imin x)
source

invertclj

source

maximumclj

(maximum v)
source

minimumclj

(minimum v)
source

mmclj

(mm a b)
source

mrowsclj

source

mvcljmacro

(mv m v)

Multiplies a matrix m with a vector v.

Multiplies a matrix `m` with a vector `v`.
sourceraw docstring

nrm1clj

(nrm1 m)

Calculates the 1-norm of a matrix m.

Calculates the 1-norm of a matrix `m`.
sourceraw docstring

nrmiclj

(nrmi m)
source

rowsclj

source

scalcljmacro

(scal a m)

Multiply a scalar a with a matrix m.

Multiply a scalar `a` with a matrix `m`.
sourceraw docstring

subtractclj

(subtract m1 m2)

Subtracts the matrix m2 from the matrix m1.

Subtracts the matrix `m2` from the matrix `m1`.
sourceraw docstring

sumclj

source

symmetric?clj

(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
sourceraw docstring

trfclj

(trf a)
source

triclj

(tri a)
source

vctrclj

(vctr source)
source

vect-absclj

(vect-abs v)
source

xpyclj

(xpy m1 m2)

Adds matrices or vectors.

Adds matrices or vectors.
sourceraw docstring

zeroclj

(zero m)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close