Routine to keep only the upper diagonal elements of a (symmetric) matrix.
Definition in file ladel_upper_diag.h.
#include "ladel_types.h"
Include dependency graph for ladel_upper_diag.h:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function: