MiniTensor Version of the Day
Loading...
Searching...
No Matches
MiniTensor_Norms.h File Reference

Go to the source code of this file.

Namespaces

namespace  minitensor
 

Functions

template<typename T , Index N>
KOKKOS_INLINE_FUNCTIONminitensor::norm (Tensor< T, N > const &A)
 
template<typename T , Index N>
KOKKOS_INLINE_FUNCTIONminitensor::norm_1 (Tensor< T, N > const &A)
 
template<typename T , Index N>
KOKKOS_INLINE_FUNCTIONminitensor::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_FUNCTIONminitensor::det (Tensor< T, N > const &A)
 
template<typename T , Index N>
KOKKOS_INLINE_FUNCTIONminitensor::trace (Tensor< T, N > const &A)
 
template<typename T , Index N>
KOKKOS_INLINE_FUNCTIONminitensor::I1 (Tensor< T, N > const &A)
 
template<typename T , Index N>
KOKKOS_INLINE_FUNCTIONminitensor::I2 (Tensor< T, N > const &A)
 
template<typename T , Index N>
KOKKOS_INLINE_FUNCTIONminitensor::I3 (Tensor< T, N > const &A)
 
template<typename T , Index N>
KOKKOS_INLINE_FUNCTIONminitensor::norm_off_diagonal (Tensor< T, N > const &A)
 
template<typename T , Index N>
std::pair< Index, Indexminitensor::arg_max_abs (Tensor< T, N > const &A)
 
template<typename T , Index N>
std::pair< Index, Indexminitensor::arg_max_off_diagonal (Tensor< T, N > const &A)