#include <ladel_types.h>
Factors of an \(LDL^T\) factorization.
Definition at line 68 of file ladel_types.h.
Data Fields | |
ladel_int | ncol |
number of columns in the analyzed matrix More... | |
ladel_sparse_matrix * | L |
L in LDL' factorization. More... | |
ladel_double * | D |
D in LDL' factorization (stored as vector), not used but is useful for returning. More... | |
ladel_double * | Dinv |
D^-1 in LDL' factorization (stored as vector) More... | |
ladel_int * | p |
permutation vector More... | |
ladel_int * | pinv |
inverse permutation vector More... | |
ladel_double* ldl_factors::D |
D in LDL' factorization (stored as vector), not used but is useful for returning.
Definition at line 72 of file ladel_types.h.
ladel_double* ldl_factors::Dinv |
D^-1 in LDL' factorization (stored as vector)
Definition at line 73 of file ladel_types.h.
ladel_sparse_matrix* ldl_factors::L |
L in LDL' factorization.
Definition at line 71 of file ladel_types.h.
ladel_int ldl_factors::ncol |
number of columns in the analyzed matrix
Definition at line 70 of file ladel_types.h.
ladel_int* ldl_factors::p |
permutation vector
Definition at line 74 of file ladel_types.h.
ladel_int* ldl_factors::pinv |
inverse permutation vector
Definition at line 75 of file ladel_types.h.