#include <polynomial.hpp>
Definition at line 328 of file polynomial.hpp.
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); }