binary_polynomial_helper< C, V > Struct Template Reference

#include <polynomial.hpp>

Inheritance diagram for binary_polynomial_helper< C, V >:
binary_helper< polynomial< C, V > >

List of all members.

Static Public Member Functions


Detailed Description

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

Definition at line 328 of file polynomial.hpp.


Member Function Documentation

static generic full_type_name (  )  [inline, static]

Definition at line 331 of file polynomial.hpp.

References mmx::C.

00331                                           {
00332     return gen ("Polynomial", Full_type_name (C)); }

static string short_type_name (  )  [inline, static]

Definition at line 329 of file polynomial.hpp.

References mmx::C.

00329                                           {
00330     return "P" * Short_type_name (C); }


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

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1