LADEL main
Sparse LDL factorization package with rank 1 and rowadd/rowdel updates
Functions
ladel_ldl_symbolic.c File Reference
#include "ladel_types.h"
#include "ladel_constants.h"
#include "ladel_global.h"
#include "ladel_permutation.h"
#include "ladel_etree.h"
#include "ladel_postorder.h"
#include "ladel_col_counts.h"
#include "ladel_debug_print.h"
#include "amd.h"
+ Include dependency graph for ladel_ldl_symbolic.c:

Go to the source code of this file.

Functions

ladel_int ladel_ldl_symbolic (ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_int ordering_method, ladel_sparse_matrix *Mpp, ladel_work *work)
 Symbolic part of the factorization. More...
 

Function Documentation

◆ ladel_ldl_symbolic()

ladel_int ladel_ldl_symbolic ( ladel_sparse_matrix M,
ladel_symbolics sym,
ladel_int  ordering_method,
ladel_sparse_matrix Mpp,
ladel_work work 
)

Symbolic part of the factorization.

Parameters
MThe matrix
symSymbolics of the factorization
ordering_methodIndicator to choose the ordering method: AMD, NO_ORDERING or GIVEN_ORDERING
MppOutput symmetric permutation of M if ordering is requested
workLADEL workspace
Returns
Status

Definition at line 14 of file ladel_ldl_symbolic.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: