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.