|
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::norm (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::norm_1 (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::norm_infinity (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION Tensor< T, N > | minitensor::subtensor (Tensor< T, N > const &A, Index const i, Index const j) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::det (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::trace (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::I1 (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::I2 (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::I3 (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| KOKKOS_INLINE_FUNCTION T | minitensor::norm_off_diagonal (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| std::pair< Index, Index > | minitensor::arg_max_abs (Tensor< T, N > const &A) |
| |
| template<typename T , Index N> |
| std::pair< Index, Index > | minitensor::arg_max_off_diagonal (Tensor< T, N > const &A) |
| |