xtensor
Loading...
Searching...
No Matches
xt::math::fma_fun Struct Reference

Public Member Functions

template<class T1 , class T2 , class T3 >
constexpr auto operator() (const T1 &arg1, const T2 &arg2, const T3 &arg3) const
 
template<class B >
auto simd_apply (const B &arg1, const B &arg2, const B &arg3) const
 

Detailed Description

Definition at line 300 of file xmath.hpp.

Member Function Documentation

◆ operator()()

template<class T1 , class T2 , class T3 >
constexpr auto xt::math::fma_fun::operator() ( const T1 & arg1,
const T2 & arg2,
const T3 & arg3 ) const
inlineconstexpr

Definition at line 300 of file xmath.hpp.

◆ simd_apply()

template<class B >
auto xt::math::fma_fun::simd_apply ( const B & arg1,
const B & arg2,
const B & arg3 ) const
inline

Definition at line 300 of file xmath.hpp.


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