-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LinearSolver.Direct] Introduce other ordering methods in SparseLDL t…
…hrough Eigen (#4370) * [LinearSolver.Direct] Introduce other ordering methods in SparseLDL through Eigen This gives more choice for the ordering method. It mimics the choices we have in Eigen-based linear system (e.g. EigenSimplicialLDLT). AMD cannot be selected because it does not compile. The data applyPermutation is deprecated * deprecated unused functions * Move definition of the deprecated data into the header file Co-authored-by: Hugo <[email protected]> * Fix compilation with AMD * Fix unit test by going back to the initial calls to Metis --------- Co-authored-by: Hugo <[email protected]>
- Loading branch information
Showing
4 changed files
with
84 additions
and
27 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