LADEL main
Sparse LDL factorization package with rank 1 and rowadd/rowdel updates
Macros | Functions
ladel_postorder.c File Reference
#include "ladel_types.h"
#include "ladel_global.h"
+ Include dependency graph for ladel_postorder.c:

Go to the source code of this file.

Macros

#define STACK_NOT_EMPTY   (top >= 0)
 

Functions

ladel_int ladel_postorder (ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_work *work)
 Compute the postordering of the elimination tree. More...
 

Macro Definition Documentation

◆ STACK_NOT_EMPTY

#define STACK_NOT_EMPTY   (top >= 0)

Definition at line 4 of file ladel_postorder.c.

Function Documentation

◆ ladel_postorder()

ladel_int ladel_postorder ( ladel_sparse_matrix M,
ladel_symbolics sym,
ladel_work work 
)

Compute the postordering of the elimination tree.

Note
The result is in sym->post.
Parameters
MSparse matrix to be analyzed
symSymbolics of the factorization (sym->post contains the output)
workLADEL workspace
Returns
Status

Definition at line 35 of file ladel_postorder.c.

+ Here is the caller graph for this function: