Algorithms
Algorithms copied to clipboard
implement Gauss-Jordan algorithm
closes #230
Sorry totally missed this PR...
Impl looks pretty good, I haven't dug into it too much yet. I need to check if this is a dup though, looks very similar to:
https://github.com/williamfiset/Algorithms/blob/master/src/main/java/com/williamfiset/algorithms/linearalgebra/GaussianElimination.java
Those are different alogithms. See this Math SE post for example