|  | 
| template<class A, std::enable_if_t< xtl::is_integral< A >::value, int > = 0> | 
| constexpr double | operator() (const A &a) const noexcept | 
|  | 
| template<class A, std::enable_if_t< std::is_floating_point< A >::value, int > = 0> | 
| constexpr auto | operator() (const A &a) const noexcept | 
|  | 
| template<class A, std::enable_if_t< xtl::is_integral< A >::value, int > = 0> | 
| constexpr double | simd_apply (const A &a) const noexcept | 
|  | 
| template<class A, std::enable_if_t< std::is_floating_point< A >::value, int > = 0> | 
| constexpr auto | simd_apply (const A &a) const noexcept | 
|  | 
Definition at line 646 of file xmath.hpp.
 
◆ operator()() [1/2]
template<class A, std::enable_if_t< xtl::is_integral< A >::value, int > = 0> 
  
  | 
        
          | double xt::math::rad2deg::operator() | ( | const A & | a | ) | const |  | inlineconstexprnoexcept | 
 
 
◆ operator()() [2/2]
template<class A, std::enable_if_t< std::is_floating_point< A >::value, int > = 0> 
  
  | 
        
          | auto xt::math::rad2deg::operator() | ( | const A & | a | ) | const |  | inlineconstexprnoexcept | 
 
 
◆ simd_apply() [1/2]
template<class A, std::enable_if_t< xtl::is_integral< A >::value, int > = 0> 
  
  | 
        
          | double xt::math::rad2deg::simd_apply | ( | const A & | a | ) | const |  | inlineconstexprnoexcept | 
 
 
◆ simd_apply() [2/2]
template<class A, std::enable_if_t< std::is_floating_point< A >::value, int > = 0> 
  
  | 
        
          | auto xt::math::rad2deg::simd_apply | ( | const A & | a | ) | const |  | inlineconstexprnoexcept | 
 
 
The documentation for this struct was generated from the following file:
- /home/runner/work/xtensor/xtensor/include/xtensor/core/xmath.hpp