LADEL main
Sparse LDL factorization package with rank 1 and rowadd/rowdel updates
Functions
ladel_col_counts.h File Reference

Detailed Description

Computes the col counts needed for the symbolic factorization (after etree and postorder).

Author
Ben Hermans

The routine in this file computes the column counts of the factor assuming the etree and postordering have been performed prior to this. An alternative (with worse asymptotic complexity) that computes the etree and column counts in one go, is ladel_etree_and_col_counts in ladel_etree.c.

Definition in file ladel_col_counts.h.

#include "ladel_types.h"
+ Include dependency graph for ladel_col_counts.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ladel_int ladel_col_counts (ladel_sparse_matrix *M, ladel_symbolics *sym, ladel_work *work)
 Computes the column counts of the factor. More...
 

Function Documentation

◆ ladel_col_counts()

ladel_int ladel_col_counts ( ladel_sparse_matrix M,
ladel_symbolics sym,
ladel_work work 
)

Computes the column counts of the factor.

This routine should only be called after the etree and postorder routines.

Parameters
MSparse matrix to be analyzed
symStruct holding symbolic information
workLADEL workspace
Returns
Status

Definition at line 48 of file ladel_col_counts.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: