Searched refs:PetscPowComplex (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/ |
| H A D | petscmath.h | 220 …#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 519 #define PetscPowScalar(a, b) PetscPowComplex(a, b)
|