PaStiX Handbook
6.4.0
|
Go to the source code of this file.
Functions | |
PastixDouble compression/uncompression routines | |
pastix_int_t | coeftab_dcompress (SolverMatrix *solvmtx) |
Compress all the cblks marked as valid for low-rank format. More... | |
void | coeftab_duncompress (SolverMatrix *solvmtx) |
Uncompress all column block in low-rank format into full-rank format. More... | |
void | coeftab_dmemory (const SolverMatrix *solvmtx, const pastix_int_t *iparm, pastix_fixdbl_t *dparm) |
Compute the memory usage for the entire matrix. More... | |
PastixDouble Extraction routines | |
void | coeftab_dgetschur (const SolverMatrix *solvmtx, double *S, pastix_int_t lds) |
Extract the Schur complement. More... | |
void | coeftab_dgetdiag (const SolverMatrix *solvmtx, double *D, pastix_int_t incD) |
Extract the diagonal. More... | |
PastixDouble debug routines | |
void | coeftab_ddump (pastix_data_t *pastix_data, const SolverMatrix *solvmtx, const char *filename) |
Dump the solver matrix coefficients into a file in human readable format. More... | |
void | cpucblk_ddumpfile (pastix_coefside_t side, SolverCblk *cblk, pastix_int_t itercblk, const char *directory) |
Dump a single column block into a FILE in a human readale format. More... | |
int | coeftab_ddiff (pastix_coefside_t side, const SolverMatrix *solvA, SolverMatrix *solvB) |
Compare two solver matrices in full-rank format with the same data distribution. More... | |
Precision dependent coeficient array header.
Definition in file coeftab_d.h.