Home
last modified time | relevance | path

Searched defs:PetscPowComplex (Results 1 – 1 of 1) sorted by relevance

/petsc/include/
H A Dpetscmath.h220 …#define PetscPowComplex(a, b) petsccomplexlib::pow(static_cast<PetscComplex>(a), static_cas… macro
316 #define PetscPowComplex(a, b) cpowf(a, b) macro
339 #define PetscPowComplex(a, b) cpow(a, b) macro
362 #define PetscPowComplex(a, b) cpowq(a, b) macro