#include "ladel_types.h"
#include "ladel_global.h"
#include "ladel_upper_diag.h"
#include "ladel_transpose.h"
#include "ladel_debug_print.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.