algebramix_doc 0.3
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 321 of file polynomial.hpp.


Member Function Documentation

static generic full_type_name ( ) [inline, static]

Definition at line 324 of file polynomial.hpp.

References mmx::C.

                                          {
    return gen ("Polynomial", Full_type_name (C)); }
static string short_type_name ( ) [inline, static]

Definition at line 322 of file polynomial.hpp.

References mmx::C.

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

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