petsc-3.7.5 2017-01-01
Report Typos and Errors

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