PaStiX Handbook  6.3.2
extendVector.h File Reference

Go to the source code of this file.

Data Structures

struct  ExtendVectorINT_s
 The extend integer array structure. More...
 

Typedefs

typedef struct ExtendVectorINT_s ExtendVectorINT
 The extend integer array structure.
 

Functions

pastix_int_textendint_Init (ExtendVectorINT *vec, pastix_int_t size)
 Initialize the extendVector structure with the initial size given. More...
 
void extendint_Exit (ExtendVectorINT *vec)
 Free the extendVector structure. More...
 
void extendint_Add (ExtendVectorINT *vec, pastix_int_t elt)
 Add an element elt to the end of the vector. More...
 
pastix_int_t extendint_Size (const ExtendVectorINT *vec)
 Return the number of element stored in the vector. More...
 
pastix_int_t extendint_Read (const ExtendVectorINT *vec, pastix_int_t eltnum)
 Return the element of index eltnum. More...
 
void extendint_Clear (ExtendVectorINT *vec)
 Cleanup the vector. More...
 
void extendint_ToSize (ExtendVectorINT *vec, pastix_int_t size)
 Reallocate the vector to the given size. More...
 
void extendint_incr (ExtendVectorINT *vec)
 Increment the number of element stored. More...
 

Detailed Description

PaStiX analyse header for extend vector structure.

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

Definition in file extendVector.h.