|
PaStiX Handbook 6.4.0
|
Go to the source code of this file.
Data Structures | |
| struct | cost_matrix_s |
| Arrays of double to store the cost of each element in the matrix. More... | |
Typedefs | |
| typedef struct cost_matrix_s | CostMatrix |
| Arrays of double to store the cost of each element in the matrix. | |
Functions | |
| void | costMatrixInit (CostMatrix *costmtx) |
| Initialize the cost matrix structure. | |
| void | costMatrixExit (CostMatrix *costmtx) |
| Free the cost matrix structure. | |
| CostMatrix * | costMatrixBuild (const symbol_matrix_t *symbmtx, pastix_coeftype_t flttype, pastix_factotype_t factotype) |
| Build the cost matrix structure from the symbol matrix structure. | |
PaStiX analyse headers for the cost matrix arrays functions.
Definition in file cost.h.