PaStiX Handbook  6.3.2
symbol_fax_direct.c File Reference
#include "common.h"
#include "graph/graph.h"
#include "symbol/symbol.h"
#include "pastix/order.h"
#include "symbol_fax.h"

Go to the source code of this file.

Functions

Symbol construction subroutines
int pastixSymbolFaxDirect (symbol_matrix_t *symbptr, const pastix_graph_t *graphA, const pastix_order_t *ordeptr)
 Compute the block symbolic factorization of the given matrix graph according to the given vertex ordering. More...
 

Detailed Description

PaStiX fax symbolic factorization routines fro Scotch esmumps library Part of a parallel direct block solver. This is the block symbolic factorization routine for graphs.

Version
6.3.2
Author
Francois Pellegrini
Mathieu Faverge
Tony Delarue
Date
2023-07-21

Dates: Version 0.0 - from 22 jul 1998 to 29 sep 1998 Version 0.2 - from 08 may 2000 to 09 may 2000 Version 1.0 - from 01 jun 2002 to 03 jun 2002 Version 1.1 - from 26 jun 2002 to 26 jun 2002 Version 2.0 - from 21 mar 2003 to 21 mar 2003 Version 3.0 - from 02 mar 2004 to 02 mar 2004

Definition in file symbol_fax_direct.c.