The numerical part of the factorization.
Definition in file ladel_ldl_numeric.h.
#include "ladel_types.h"
Go to the source code of this file.
Functions | |
ladel_int | ladel_ldl_numeric_with_diag (ladel_sparse_matrix *Mpp, ladel_diag d, ladel_symbolics *sym, ladel_factor *LD, ladel_work *work) |
Numerical part of the factorization of \(M + \alpha \begin{bmatrix}I_{n} & \\ & 0\end{bmatrix}\). More... | |
ladel_int | ladel_ldl_numeric (ladel_sparse_matrix *Mpp, ladel_symbolics *sym, ladel_factor *LD, ladel_work *work) |
Numerical part of the factorization of \(M\). More... | |
ladel_int ladel_ldl_numeric | ( | ladel_sparse_matrix * | Mpp, |
ladel_symbolics * | sym, | ||
ladel_factor * | LD, | ||
ladel_work * | work | ||
) |
Numerical part of the factorization of \(M\).
Mpp | The matrix M or its symmetric permutation |
sym | Symbolics of the factorization |
LD | Output factor struct |
work | LADEL workspace |
Definition at line 67 of file ladel_ldl_numeric.c.
ladel_int ladel_ldl_numeric_with_diag | ( | ladel_sparse_matrix * | Mpp, |
ladel_diag | d, | ||
ladel_symbolics * | sym, | ||
ladel_factor * | LD, | ||
ladel_work * | work | ||
) |
Numerical part of the factorization of \(M + \alpha \begin{bmatrix}I_{n} & \\ & 0\end{bmatrix}\).
Mpp | The matrix M or its symmetric permutation |
d | Diagonal parameters \(\alpha\) and \(n\) |
sym | Symbolics of the factorization |
LD | Output factor struct |
work | LADEL workspace |
Definition at line 7 of file ladel_ldl_numeric.c.