Liking cljdoc? Tell your friends :D

diman.linalg.matfun.gaussian-elimination

Contains function. These are:

  • get-row-echelon to get row-echelon form
  • reduce-up to get reduced row-echelon form (invoke get-row-echelon first)
Contains function.
These are:

- `get-row-echelon` to get row-echelon form
- `reduce-up` to get reduced row-echelon form (invoke `get-row-echelon` **first**)
raw docstring

get-row-echelonclj

(get-row-echelon aug_mat)
(get-row-echelon aug_mat [m n] i)

Function that puts row-interchange-by-pivot and traverse-rows-down together. Returns the augmented matrix in its row-echelon form.

Function that puts `row-interchange-by-pivot` and `traverse-rows-down` together.
Returns the augmented matrix in its row-echelon form.
sourceraw docstring

reduce-upclj

(reduce-up aug_mat)
(reduce-up aug_mat [m n] i)

Function that puts all the numerous times traverse-rows-up is called together. Returns the augmented matrix in reduced row-echelon form.

Function that puts all the numerous times `traverse-rows-up` is called together.
Returns the augmented matrix in reduced row-echelon form.
sourceraw docstring

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

× close