PaStiX Handbook
6.4.0
|
Go to the source code of this file.
Functions | |
void | pastixSymbolPrint (const symbol_matrix_t *symbptr, FILE *file) |
Print the given block matrix structure in human readable format. More... | |
Symbol IO subroutines | |
int | pastixSymbolLoad (symbol_matrix_t *const symbptr, FILE *const stream) |
Load the given block matrix structure from the given stream. More... | |
int | pastixSymbolSave (const symbol_matrix_t *const symbptr, FILE *const stream) |
Save the given block matrix structure to the given stream. More... | |
PaStiX symbol structure IO functions.
Dates: Version 0.0 - from 23 aug 1998 to 07 oct 1998 Version 0.1 - from 21 mar 2002 to 21 mar 2002 Version 1.0 - from 03 jun 2002 to 08 sep 2003 Version 3.0 - from 29 feb 2004 to 29 feb 2004
Definition in file symbol_io.c.