Routine to keep only the upper diagonal elements of a (symmetric) matrix.
Definition in file ladel_upper_diag.h.
#include "ladel_types.h"
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... | |
void ladel_to_upper_diag | ( | ladel_sparse_matrix * | M | ) |
Return \(triu(M)\), that is the upper diagonal elements of M.
M | Input matrix, contains only upper diagonal elements on output. |
Definition at line 7 of file ladel_upper_diag.c.