Home
last modified time | relevance | path

Searched refs:PetscTanhComplex (Results 1 – 1 of 1) sorted by relevance

/petsc/include/
H A Dpetscmath.h231 #define PetscTanhComplex(a) petsccomplexlib::tanh(static_cast<PetscComplex>(a)) macro
327 #define PetscTanhComplex(a) ctanhf(a) macro
350 #define PetscTanhComplex(a) ctanh(a) macro
373 #define PetscTanhComplex(a) ctanhq(a) macro
530 #define PetscTanhScalar(a) PetscTanhComplex(a)