-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update interface for PaStiX 6.4.0 (#2)
* Always set runtime path for Pastix * Use spmScalMat and spmScal * Pass pointer instead of object * Use pastix_task_solve_and_refine * pass spm.nexp to spmScalMat * Pass lda = b.rows() * Add new function pastix_save * Maximum two arguments allowed * Print the matrix * Use CSR format if the lower triangular part is provided * Use CSR format for lower triangular matrix * Switch rows and columns * Force upper triangular matrix * Do not transpose the matrix * Default to MAT_SYM_UPPER instead of MAT_SYM_LOWER * Call pastix_task_refine for each right hand side.
- Loading branch information
1 parent
00f321b
commit 73d462d
Showing
3 changed files
with
75 additions
and
16 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