:orphan: # VecImaginaryPart Replaces a complex vector with its imginary part ## Synopsis ``` #include "petscvec.h" PetscErrorCode VecImaginaryPart(Vec v) ``` Collective ## Input Parameter - ***v -*** the vector ## See Also `Vec`, `VecNorm()`, `VecRealPart()` ## Level beginner ## Location src/vec/vec/utils/vinv.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/vec/utils/vinv.c) [Index of all Vec routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)