PaStiX Handbook
6.4.0
|
#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... | |
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. More... | |
PaStiX analyse functions for the cost matrix arrays.
Definition in file cost.c.