PaStiX Handbook  6.3.2
cost.h File Reference

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. More...
 
void costMatrixExit (CostMatrix *costmtx)
 Free the cost matrix structure. More...
 
CostMatrixcostMatrixBuild (const symbol_matrix_t *symbmtx, pastix_coeftype_t flttype, pastix_factotype_t factotype)
 Build the cost matrix structure from the symbol matrix structure. More...
 

Detailed Description

PaStiX analyse headers for the cost matrix arrays functions.

Version
6.3.2
Author
Pascal Henon
Mathieu Faverge
Xavier Lacoste
Date
2023-07-21

Definition in file cost.h.