PaStiX Handbook
6.2.1
|
Go to the source code of this file.
Functions | |
PastixComplex32 compression/uncompression routines | |
pastix_int_t | coeftab_ccompress (SolverMatrix *solvmtx) |
Compress all the cblks marked as valid for low-rank format. More... | |
void | coeftab_cuncompress (SolverMatrix *solvmtx) |
Uncompress all column block in low-rank format into full-rank format. More... | |
void | coeftab_cmemory (SolverMatrix *solvmtx, pastix_fixdbl_t *dparm) |
Compute the memory gain of the low-rank form over the full-rank form for the entire matrix. More... | |
PastixComplex32 Extraction routines | |
void | coeftab_cgetschur (const SolverMatrix *solvmtx, pastix_complex32_t *S, pastix_int_t lds) |
Extract the Schur complement. More... | |
void | coeftab_cgetdiag (const SolverMatrix *solvmtx, pastix_complex32_t *D, pastix_int_t incD) |
Extract the diagonal. More... | |
PastixComplex32 debug routines | |
void | coeftab_cdump (pastix_data_t *pastix_data, const SolverMatrix *solvmtx, const char *filename) |
Dump the solver matrix coefficients into a file in human readable format. More... | |
int | coeftab_cdiff (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_c.h.