Liking cljdoc? Tell your friends :D

toolbox.maths.algebra.linear


is-identity?clj

(is-identity? matrix)

Check if matrix is identity.

Check if matrix is identity.
sourceraw docstring

matrix-rankclj

(matrix-rank matrix)

Number of linearly independent rows.

Number of linearly independent rows.
sourceraw docstring

pivot-positionsclj

(pivot-positions matrix)

Map of {row: pivot-column}.

Map of {row: pivot-column}.
sourceraw docstring

rrefclj

(rref matrix)

Reduced Row Echelon Form.

Returns [rref-matrix rank pivots]. pivots = {row-index: pivot-column-index}

Reduced Row Echelon Form.

Returns [rref-matrix rank pivots].
pivots = {row-index: pivot-column-index}
sourceraw docstring

rref-matrixclj

(rref-matrix matrix)

Just the RREF matrix.

Just the RREF matrix.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close