piranha  0.10
Public Member Functions | List of all members
piranha::math::multiply_accumulate_impl< real > Struct Template Reference

Specialisation of the implementation of piranha::math::multiply_accumulate() for piranha::real. More...

#include <piranha/real.hpp>

Public Member Functions

void operator() (real &x, const real &y, const real &z) const
 Call operator. More...
 

Detailed Description

template<>
struct piranha::math::multiply_accumulate_impl< real >

Specialisation of the implementation of piranha::math::multiply_accumulate() for piranha::real.

Definition at line 2127 of file real.hpp.

Member Function Documentation

◆ operator()()

void piranha::math::multiply_accumulate_impl< real >::operator() ( real x,
const real y,
const real z 
) const
inline

Call operator.

This implementation will use piranha::real::multiply_accumulate().

Parameters
xtarget value for accumulation.
yfirst argument.
zsecond argument.

Definition at line 2136 of file real.hpp.


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