|
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | dnum (Real c) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | dseed (Real c, int s) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | operator+ (const Dual< Real, K > &a, const Dual< Real, K > &b) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | operator- (const Dual< Real, K > &a, const Dual< Real, K > &b) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | operator* (const Dual< Real, K > &a, const Dual< Real, K > &b) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | operator/ (const Dual< Real, K > &a, const Dual< Real, K > &b) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | dsqrt (const Dual< Real, K > &a) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | ddot (const Dual< Real, K > a[3], const Dual< Real, K > b[3]) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION void | dcross (const Dual< Real, K > a[3], const Dual< Real, K > b[3], Dual< Real, K > o[3]) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION Dual< Real, K > | ddet3 (const Dual< Real, K > a[3], const Dual< Real, K > b[3], const Dual< Real, K > c[3]) |
| |
| template<class Real , int K> |
| KOKKOS_INLINE_FUNCTION void | dedgeFoot (const Dual< Real, K > v[3], const Dual< Real, K > c[3], Dual< Real, K > f[3]) |
| |
| template<class Real > |
| std::vector< Real > | toHostVec (const Kokkos::View< Real *, peclet::core::MemSpace > &v) |
| |
| template<class T > |
| std::vector< T > | toHostVecT (const Kokkos::View< T *, peclet::core::MemSpace > &v) |
| |
| template<class T > |
| Kokkos::View< T *, peclet::core::MemSpace > | viewFrom (const std::vector< T > &h, const std::string &label) |
| |