PaStiX Handbook
6.4.0
|
Go to the source code of this file.
Functions | |
int | pastixRhsInit (pastix_rhs_t *B_ptr) |
Initialize an RHS data structure. More... | |
int | pastixRhsFinalize (pastix_rhs_t B) |
Cleanup an RHS data structure. More... | |
int | pastixRhsDoubletoSingle (const pastix_rhs_t dB, pastix_rhs_t sB) |
Reduces the precision of an RHS. More... | |
int | pastixRhsSingleToDouble (const pastix_rhs_t sB, pastix_rhs_t dB) |
Increases the precision of an RHS. More... | |
Definition in file pastix_rhs.c.