LADEL main
Sparse LDL factorization package with rank 1 and rowadd/rowdel updates
Data Fields
ladel_diag_struct Struct Reference

#include <ladel_types.h>

Detailed Description

Structure representing a multiple of the identity matrix.

Definition at line 100 of file ladel_types.h.

+ Collaboration diagram for ladel_diag_struct:

Data Fields

ladel_double diag_elem
 Scalar. More...
 
ladel_int diag_size
 Size of the matrix. More...
 

Field Documentation

◆ diag_elem

ladel_double ladel_diag_struct::diag_elem

Scalar.

Definition at line 101 of file ladel_types.h.

◆ diag_size

ladel_int ladel_diag_struct::diag_size

Size of the matrix.

Definition at line 102 of file ladel_types.h.


The documentation for this struct was generated from the following file: