PaStiX Handbook  6.3.2
symbol_io.c File Reference
#include "common.h"
#include "symbol/symbol.h"

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...
 

Detailed Description

PaStiX symbol structure IO functions.

Version
6.3.2
Author
David Goudin
Pascal Henon
Francois Pellegrini
Pierre Ramet
Mathieu Faverge
Date
2023-07-21

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.