Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REF: scale by smallest non-zero element
Since we're technically manipulating a linear system, it seems that the property of the final result remaining the same despite scaling applies. If scaling by the inverse of the smallest element, the matrix error becomes relative to the magnitudes of the numbers rather than an absolute quantity. This intuition seems true because all of the tests pass
- Loading branch information