Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmath.h230 #define PetscCoshComplex(a) petsccomplexlib::cosh(static_cast<PetscComplex>(a)) macro
326 #define PetscCoshComplex(a) ccoshf(a) macro
349 #define PetscCoshComplex(a) ccosh(a) macro
372 #define PetscCoshComplex(a) ccoshq(a) macro
529 #define PetscCoshScalar(a) PetscCoshComplex(a)