PaStiX Handbook  6.3.2
cost.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symbol/symbol.h"
#include "blend/cost.h"

Go to the source code of this file.

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 functions for the cost matrix arrays.

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

Definition in file cost.c.