-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the CPU performance by increasing the iterator directly (#710)
* reorder the loops for better memory reuse * typo fix * bug fix for index * format change * using iterator * using *(++) by matt * Revert "using *(++) by matt" This reverts commit 2e9ed70. * merge two loops in Jacobian * use *(++) again * typo fix * more bug fix * break two loops for jacobian * break forcing loops into two * use const loop limit * use *(++) for inline lu decomp mozart * optimize inline linear solver * update inline LU doolittle decomp
- Loading branch information
1 parent
c2192b7
commit b9264b2
Showing
4 changed files
with
85 additions
and
32 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
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