|
PaStiX Handbook 6.4.0
|
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_t * | extendint_Init (ExtendVectorINT *vec, pastix_int_t size) |
| Initialize the extendVector structure with the initial size given. | |
| void | extendint_Exit (ExtendVectorINT *vec) |
| Free the extendVector structure. | |
| void | extendint_Add (ExtendVectorINT *vec, pastix_int_t elt) |
| Add an element elt to the end of the vector. | |
| pastix_int_t | extendint_Size (const ExtendVectorINT *vec) |
| Return the number of element stored in the vector. | |
| pastix_int_t | extendint_Read (const ExtendVectorINT *vec, pastix_int_t eltnum) |
| Return the element of index eltnum. | |
| void | extendint_Clear (ExtendVectorINT *vec) |
| Cleanup the vector. | |
| void | extendint_ToSize (ExtendVectorINT *vec, pastix_int_t size) |
| Reallocate the vector to the given size. | |
| void | extendint_incr (ExtendVectorINT *vec) |
| Increment the number of element stored. | |
PaStiX analyse header for extend vector structure.
Definition in file extendVector.h.