LADEL main
Sparse LDL factorization package with rank 1 and rowadd/rowdel updates
Functions
ladel_upper_diag.c File Reference
#include "ladel_types.h"
#include "ladel_global.h"
#include "ladel_upper_diag.h"
#include "ladel_transpose.h"
#include "ladel_debug_print.h"
+ Include dependency graph for ladel_upper_diag.c:

Go to the source code of this file.

Functions

void ladel_to_upper_diag (ladel_sparse_matrix *M)
 Return \(triu(M)\), that is the upper diagonal elements of M. More...
 

Function Documentation

◆ ladel_to_upper_diag()

void ladel_to_upper_diag ( ladel_sparse_matrix M)

Return \(triu(M)\), that is the upper diagonal elements of M.

Parameters
MInput matrix, contains only upper diagonal elements on output.

Definition at line 7 of file ladel_upper_diag.c.

+ Here is the call graph for this function: