MatTranspose

Computes an in-place or out-of-place transpose of a matrix.

Synopsis

#include "petscmat.h" 
int MatTranspose(Mat mat,Mat *B)
Collective on Mat

Input Parameter

mat -the matrix to transpose

Output Parameters

B -the transpose (or pass in PETSC_NULL for an in-place transpose)

See Also

MatMultTranspose(), MatMultTransposeAdd()

Level:intermediate
Location:
src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sles/examples/tutorials/ex10.c.html