LADEL
main
Sparse LDL factorization package with rank 1 and rowadd/rowdel updates
|
▼ doxygen | |
doxypages | |
▼ LADEL | |
▼ include | |
ladel.h | LADEL main include file |
ladel_add.h | Routines to add matrices |
ladel_col_counts.h | Computes the col counts needed for the symbolic factorization (after etree and postorder) |
ladel_constants.h | Constants and macros used in LADEL |
ladel_copy.h | Routines to copy matrices and vectors |
ladel_debug_print.h | Routines to print out matrices and vectors |
ladel_etree.h | Routines to compute the elimination tree of a matrix |
ladel_global.h | Memory allocation routines |
ladel_ldl_numeric.h | The numerical part of the factorization |
ladel_ldl_symbolic.h | The symbolic part of the factorization |
ladel_matmat.h | Routines to compute matrix matrix products. For now only |
ladel_matvec.h | Routines to compute matrix vector products |
ladel_pattern.h | Routines to compute the pattern of the result of a backsolve |
ladel_permutation.h | Routines to permute vectors and matrices |
ladel_postorder.h | Routine to compute the postordering of the elimination tree |
ladel_rank1_mod.h | Helper routines for the rank1_update function |
ladel_row_mod.h | Routines for the row add/delete updates to a factorization are defined in ladel_row_mod.c |
ladel_scale.h | Routines to scale the columns and rows of a matrix, or the whole matrix itself |
ladel_submatrix.h | Routines to produce submatrices from a given submatrix. For now, only a selection of columns is supported |
ladel_transpose.h | Routine to compute the transpose of a matrix |
ladel_types.h | Structures and types used in LADEL routines |
ladel_upper_diag.h | Routine to keep only the upper diagonal elements of a (symmetric) matrix |
▼ src | |
ladel.c | |
ladel_add.c | |
ladel_col_counts.c | |
ladel_copy.c | |
ladel_debug_print.c | |
ladel_etree.c | |
ladel_global.c | |
ladel_ldl_numeric.c | |
ladel_ldl_symbolic.c | |
ladel_matmat.c | |
ladel_matvec.c | |
ladel_pattern.c | |
ladel_permutation.c | |
ladel_postorder.c | |
ladel_rank1_mod.c | |
ladel_row_mod.c | |
ladel_scale.c | |
ladel_submatrix.c | |
ladel_transpose.c | |
ladel_upper_diag.c |