Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmath.h233 #define PetscAcoshComplex(a) petsccomplexlib::acosh(static_cast<PetscComplex>(a)) macro
329 #define PetscAcoshComplex(a) cacoshf(a) macro
352 #define PetscAcoshComplex(a) cacosh(a) macro
375 #define PetscAcoshComplex(a) cacoshq(a) macro
532 #define PetscAcoshScalar(a) PetscAcoshComplex(a)