PETSc version 3.15.5
MatConjugate
replaces the matrix values with their complex conjugates
Synopsis
#include "petscmat.h"
PetscErrorCode MatConjugate(Mat mat)
Logically Collective on Mat
Input Parameters
See Also
VecConjugate()
Level
advanced
Location
src/mat/interface/matrix.c
Implementations
MatConjugate_MPIAIJ in src/mat/impls/aij/mpi/mpiaij.c
MatConjugate_SeqAIJ in src/mat/impls/aij/seq/aij.c
MatConjugate_MPIBAIJ in src/mat/impls/baij/mpi/mpibaij.c
MatConjugate_SeqBAIJ in src/mat/impls/baij/seq/baij.c
MatConjugate_MPIDense in src/mat/impls/dense/mpi/mpidense.c
MatConjugate_SeqDense in src/mat/impls/dense/seq/dense.c
MatConjugate_Elemental in src/mat/impls/elemental/matelem.cxx
MatConjugate_MPISBAIJ in src/mat/impls/sbaij/mpi/mpisbaij.c
MatConjugate_SeqSBAIJ in src/mat/impls/sbaij/seq/sbaij.c
MatConjugate_ScaLAPACK in src/mat/impls/scalapack/matscalapack.c
MatConjugate_MPISELL in src/mat/impls/sell/mpi/mpisell.c
MatConjugate_SeqSELL in src/mat/impls/sell/seq/sell.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages