nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
c neat matrix linear-algebra gauss-elimination linear-algebra-library lu-decomposition nml gauss-jordan ansi-c linear-algorithms reduced-row-echelon-form row-echelon-form
-
Updated
Jun 17, 2024 - C