VecConjugate#

Conjugates a vector.

Synopsis#

#include "petscvec.h"   
PetscErrorCode VecConjugate(Vec x)

Logically Collective

Input Parameters#

  • x - the vector

See Also#

Vectors and Parallel Data, Vec, VecSet()

Level#

intermediate

Location#

src/vec/vec/interface/vector.c

Implementations#

VecConjugate_Nest in src/vec/vec/impls/nest/vecnest.c
VecConjugate_Seq in src/vec/vec/impls/seq/bvec2.c
VecConjugate_SeqKokkos in src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
VecConjugate_SeqCUDA in src/vec/vec/impls/seq/seqcuda/veccuda2.cu
VecConjugate_SeqHIP in src/vec/vec/impls/seq/seqhip/vechip2.hip.c


Edit on GitLab

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