The symbolic part of the factorization.
Definition in file ladel_ldl_symbolic.h.
#include "ladel_types.h"
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... | |
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.
M | The matrix |
sym | Symbolics of the factorization |
ordering_method | Indicator to choose the ordering method: AMD, NO_ORDERING or GIVEN_ORDERING |
Mpp | Output symmetric permutation of M if ordering is requested |
work | LADEL workspace |
Definition at line 14 of file ladel_ldl_symbolic.c.