PETSc version 3.16.6
Fix/Edit manual page

MatHermitianTranspose

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

Synopsis

#include "petscmat.h" 
PetscErrorCode MatHermitianTranspose(Mat mat,MatReuse reuse,Mat *B)
Collective on Mat

Input Parameters

mat - the matrix to transpose and complex conjugate
reuse - either MAT_INITIAL_MATRIX, MAT_REUSE_MATRIX, or MAT_INPLACE_MATRIX

Output Parameter

B - the Hermitian

See Also

MatTranspose(), MatMultTranspose(), MatMultTransposeAdd(), MatIsTranspose(), MatReuse

Level

intermediate

Location

src/mat/interface/matrix.c

Implementations

MatHermitianTranspose_Elemental in src/mat/impls/elemental/matelem.cxx
MatHermitianTranspose_ScaLAPACK in src/mat/impls/scalapack/matscalapack.c

Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages