Routine to compute the transpose of a matrix.
Definition in file ladel_transpose.h.
#include "ladel_types.h"
Include dependency graph for ladel_transpose.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| ladel_sparse_matrix * | ladel_transpose (ladel_sparse_matrix *M, ladel_int values, ladel_work *work) |
| Returns the transpose of a matrix, that is \(out = M^T\). More... | |
| ladel_sparse_matrix * ladel_transpose | ( | ladel_sparse_matrix * | M, |
| ladel_int | values, | ||
| ladel_work * | work | ||
| ) |
Returns the transpose of a matrix, that is \(out = M^T\).
If M is a pattern matrix, or if values==FALSE, a pattern matrix is returned with the pattern of \(M^T\).
| M | Input matrix |
| values | Flag to indicate value or pattern computation |
| work | LADEL workspace |
Definition at line 5 of file ladel_transpose.c.
Here is the call graph for this function:
Here is the caller graph for this function: