Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmath.h225 #define PetscTanComplex(a) petsccomplexlib::tan(static_cast<PetscComplex>(a)) macro
321 #define PetscTanComplex(a) ctanf(a) macro
344 #define PetscTanComplex(a) ctan(a) macro
367 #define PetscTanComplex(a) ctanq(a) macro
524 #define PetscTanScalar(a) PetscTanComplex(a)