]> git.tdb.fi Git - libs/math.git/commit
Rename the low-level matrix inversion function to gauss_jordan
authorMikko Rasa <tdb@tdb.fi>
Thu, 9 Nov 2017 10:07:20 +0000 (12:07 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Nov 2017 12:04:11 +0000 (14:04 +0200)
commitfb1e19889b85112eca096d7ec55b318859cea333
tree666fae9fe591aa82c40cc319f98d06b27b56c392
parent2826730b5d68d1ad74dc6363af43ca796f96caa2
Rename the low-level matrix inversion function to gauss_jordan

Since that's the name of the algorithm being used.  Also remove an
unnecessary assignment from the non-mutating case.
source/linal/matrixops.h
source/linal/squarematrix.h