Searched defs:chebyshev_dx (Results 1 – 5 of 5) sorted by relevance
23 inline __device__ void ChebyshevDerivativeAtPoint(const CeedScalar x, CeedScalar *chebyshev_dx) { in ChebyshevDerivativeAtPoint()
66 static int CeedChebyshevDerivativeAtPoint(CeedScalar x, CeedInt n, CeedScalar *chebyshev_dx) { in CeedChebyshevDerivativeAtPoint()