polynomial_evaluate_helper< V, C > Struct Template Reference

#include <polynomial_unrolled.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

template<typename V, typename C>
struct mmx::polynomial_evaluate_helper< V, C >

Definition at line 174 of file polynomial_unrolled.hpp.


Member Typedef Documentation

typedef implementation<polynomial_evaluate,polynomial_naive> Pol

Definition at line 175 of file polynomial_unrolled.hpp.


Member Function Documentation

static C op ( const C p,
const C x,
nat  l 
) [inline, static]

Definition at line 178 of file polynomial_unrolled.hpp.

References mmx::evaluate().

00178                                      {
00179     return Pol::evaluate (p, x, l);
00180   }


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

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1