petsc-3.4.5 2014-06-29

MatConjugate

replaces the matrix values with their complex conjugates

Synopsis

#include "petscmat.h" 
PetscErrorCode  MatConjugate(Mat mat)
Logically Collective on Mat

Input Parameters

mat -the matrix

See Also

VecConjugate()

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