Macaulay2 Engine
Loading...
Searching...
No Matches

◆ Element() [4/4]

M2::ARingTower::Element::Element ( const ARingTower & _R,
const ElementType & value )
inline

Definition at line 137 of file aring-tower.hpp.

138 : R(_R)
139 {
140 R.init_set(mValue,value);
141 }
const ARingTower & R
const ElementType & value() const
Definition aring.hpp:132
ElementType mValue
Definition aring.hpp:119

References M2::ARingTower::ARingTower(), M2::ElementImpl< ElementType >::mValue, R, and M2::ElementImpl< ElementType >::value().