LADEL main
Sparse LDL factorization package with rank 1 and rowadd/rowdel updates
Functions
ladel_transpose.c File Reference
#include "ladel_types.h"
#include "ladel_global.h"
#include "ladel_constants.h"
+ Include dependency graph for ladel_transpose.c:

Go to the source code of this file.

Functions

ladel_sparse_matrixladel_transpose (ladel_sparse_matrix *M, ladel_int values, ladel_work *work)
 Returns the transpose of a matrix, that is \(out = M^T\). More...
 

Function Documentation

◆ ladel_transpose()

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\).

Parameters
MInput matrix
valuesFlag to indicate value or pattern computation
workLADEL workspace
Returns
\(M^T\) (or its pattern)

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: