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

#include <ladel_types.h>

Detailed Description

Column of a sparse matrix.

Definition at line 90 of file ladel_types.h.

+ Collaboration diagram for ladel_col_struct:

Data Fields

ladel_inti
 List of row indices. More...
 
ladel_doublex
 List of values. More...
 
ladel_int nz
 Number of elements in the column. More...
 
ladel_int nzmax
 Maximum number of elements in the column (allocated space) More...
 

Field Documentation

◆ i

ladel_int* ladel_col_struct::i

List of row indices.

Definition at line 91 of file ladel_types.h.

◆ nz

ladel_int ladel_col_struct::nz

Number of elements in the column.

Definition at line 93 of file ladel_types.h.

◆ nzmax

ladel_int ladel_col_struct::nzmax

Maximum number of elements in the column (allocated space)

Definition at line 94 of file ladel_types.h.

◆ x

ladel_double* ladel_col_struct::x

List of values.

Definition at line 92 of file ladel_types.h.


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