|
| template<typename T , Index N> |
| Tensor< T, N > | minitensor::exp (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::exp_taylor (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| Tensor< T, N > | minitensor::exp_pade (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::exp_sym (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::exp_eig_sym (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::log (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::log_taylor (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::log_gregory (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| Tensor< T, N > | minitensor::log_schur (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::log_sym (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::log_eig_sym (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::bch (Tensor< T, N > const &v, Tensor< T, N > const &r) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::binary_powering (Tensor< T, N > const &A, Index const exponent) |
| |
| template<typename T > |
| KOKKOS_INLINE_FUNCTION T | minitensor::scaling_squaring_theta_ah09 (Index const order) |
| |
| template<Index N> |
| Index | minitensor::expm_ell (Tensor< Real, N > const &A, Index const m) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::sqrt_dbp (Tensor< T, N > const &A, int &k) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::sqrt (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::log_pade_pf (Tensor< T, N > const &A, Index const n) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::log_iss (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::log_pade (Tensor< T, N > const &A) |
| |