Aerobus v1.2
Loading...
Searching...
No Matches
Public Types | List of all members
aerobus::polynomial< Ring >::horner_reduction_t< P >::inner< index, stop > Struct Template Reference

#include <aerobus.h>

Public Types

template<typename accum , typename x >
using type = typename horner_reduction_t< P >::template inner< index+1, stop > ::template type< typename Ring::template add_t< typename Ring::template mul_t< x, accum >, typename P::template coeff_at_t< P::degree - index > >, x >
 

Member Typedef Documentation

◆ type

template<typename Ring >
template<typename P >
template<size_t index, size_t stop>
template<typename accum , typename x >
using aerobus::polynomial< Ring >::horner_reduction_t< P >::inner< index, stop >::type = typename horner_reduction_t<P>::template inner<index + 1, stop> ::template type< typename Ring::template add_t< typename Ring::template mul_t<x, accum>, typename P::template coeff_at_t<P::degree - index> >, x>

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