-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * more WIP * WIP * compilation * more work: elimination with column permutations and Markowitz rule, sort of working * more tests * cleanup * improved pivot selection, bug fixes * forward transformation on F * f backward transformation * the remaining forward and backward transformations * more tests * complete BTRAN and FTRAN * extra unittest * clone permutation matrices * turn off logging * allow one instance of the eliminator to be invoked multiple times * WIP on replacing the old LUFactorization code to use the new method * invV is properly computed * proper inversion of the basis matrix * refactoring to how invV is computed * even more simplification * compilation issues due to renaming * renaming for clarity, couple of permutation indices issues * more stable pivoting bug fix better dumping of lu factors * allow external triggering of refresh basis * oops * bug fix * some debugging infrastructure * magic flag
- Loading branch information
Showing
27 changed files
with
2,489 additions
and
1,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.