algebramix_doc 0.3
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().

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

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines