petsc-3.6.4 2016-04-12
PetscComplex
PETSc type that represents a complex number with precision matching that of PetscReal.
Synopsis
#include
PetscComplex number = 1. + 2.*PETSC_i;
Note
Complex numbers are automatically available if PETSc was able to find a working complex implementation
See Also
PetscReal, PetscComplex, MPIU_COMPLEX, PetscInt, PETSC_i
Level:beginner
Location:include/petscsys.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages