PaStiX Handbook
6.4.0
|
Go to the source code of this file.
Functions | |
SolverBackup_t * | solverBackupInit (const SolverMatrix *solvmtx) |
Initialize the backup structure. More... | |
int | solverBackupRestore (SolverMatrix *solvmtx, const SolverBackup_t *b) |
Restore initial values. More... | |
void | solverBackupExit (SolverBackup_t *b) |
Free the solver backup data structure. More... | |
PaStiX solver structure routines.
Definition in file solver_backup.c.