|
Macaulay2 Engine
|
#include <aring-wrap.hpp>
Public Types | |
| typedef RingType::ElementType | element_type |
| typedef RElementWrap< RingType > | ringelem_type |
Public Member Functions | |
| AConcreteRing () | |
| AConcreteRing (RingType R) | |
| virtual RingID | getRingID () const |
| RingType & | getInternalRing () |
| const RingType & | getInternalRing () const |
| virtual void | init_set (RElement &a, long val) const |
| virtual void | add_to (RElement &a, const RElement &b) const |
Private Attributes | |
| RingType | R_ |
Friends | |
| bool | ARing::converter (const ARing *sourceR, const ARing *targetR, const RElement &a, RElement &b) |
Definition at line 68 of file aring-wrap.hpp.