#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... | |
| 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.
Here is the call graph for this function:
Here is the caller graph for this function: