Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmath.h223 #define PetscSinComplex(a) petsccomplexlib::sin(static_cast<PetscComplex>(a)) macro
319 #define PetscSinComplex(a) csinf(a) macro
342 #define PetscSinComplex(a) csin(a) macro
365 #define PetscSinComplex(a) csinq(a) macro
522 #define PetscSinScalar(a) PetscSinComplex(a)