Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmath.h234 #define PetscAtanhComplex(a) petsccomplexlib::atanh(static_cast<PetscComplex>(a)) macro
330 #define PetscAtanhComplex(a) catanhf(a) macro
353 #define PetscAtanhComplex(a) catanh(a) macro
376 #define PetscAtanhComplex(a) catanhq(a) macro
533 #define PetscAtanhScalar(a) PetscAtanhComplex(a)