PaStiX Handbook  6.3.2
extracblk.h File Reference

Go to the source code of this file.

Data Structures

struct  extracblk_s
 Extra symbol cblk structure. More...
 

Typedefs

typedef struct extracblk_s ExtraCblk_t
 Extra symbol cblk structure.
 

Functions

void extraCblkInit (pastix_int_t cblknbr, ExtraCblk_t *extracblk)
 Initialize the extracblk structure. More...
 
void extraCblkExit (ExtraCblk_t *extracblk)
 Free the extracblk structure. More...
 
void extraCblkAdd (ExtraCblk_t *extracblk, pastix_int_t fcolnum, pastix_int_t lcolnum, int8_t selevtx)
 Add a new additional cblk defined by its first and last columns. More...
 
void extraCblkMerge (const ExtraCblk_t *extracblk, symbol_matrix_t *newsymb, Cand **candtab)
 Merge the existing symbol structure with the additional information from the extracblk structure. More...
 

Detailed Description

PaStiX analyse headers for extra symbolic structure functions.

Version
6.3.2
Author
Mathieu Faverge
Date
2023-07-21

Definition in file extracblk.h.