xtensor
Loading...
Searching...
No Matches
xt::math::maximum< T > Struct Template Reference

Public Member Functions

template<class A1 , class A2 >
constexpr auto operator() (const A1 &t1, const A2 &t2) const noexcept
 
template<class A1 , class A2 >
constexpr auto simd_apply (const A1 &t1, const A2 &t2) const noexcept
 

Detailed Description

template<class T = void>
struct xt::math::maximum< T >

Definition at line 589 of file xmath.hpp.

Member Function Documentation

◆ operator()()

template<class T = void>
template<class A1 , class A2 >
constexpr auto xt::math::maximum< T >::operator() ( const A1 & t1,
const A2 & t2 ) const
inlineconstexprnoexcept

Definition at line 592 of file xmath.hpp.

◆ simd_apply()

template<class T = void>
template<class A1 , class A2 >
constexpr auto xt::math::maximum< T >::simd_apply ( const A1 & t1,
const A2 & t2 ) const
inlineconstexprnoexcept

Definition at line 598 of file xmath.hpp.


The documentation for this struct was generated from the following file: