Tatooine
Namespaces | Functions
tensor_utility.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 

Functions

template<static_tensor T0, static_tensor T1>
requires (same_dimensions<T0, T1>())
constexpr auto tatooine::approx_equal (T0 const &lhs, T1 const &rhs, common_type< tatooine::value_type< T0 >, tatooine::value_type< T1 > > eps=1e-6)
 for comparison More...
 
template<typename Tensor , typename Real , size_t... Dims>
constexpr auto tatooine::isnan (base_tensor< Tensor, Real, Dims... > const &t) -> bool