Macaulay2 Engine
Loading...
Searching...
No Matches
◆
ElementArray()
template<class
ARing
>
M2::SimpleARing
<
ARing
>::ElementArray::ElementArray
(
const
ARing
&
ring
,
size_t
size
)
inline
Definition at line
183
of file
aring.hpp
.
184
:
mSize
(
size
),
mData
(
new
ElementType
[
size
])
185
{
186
for
(
size_t
i
= 0;
i
<
size
;
i
++)
ring
.init(
mData
[
i
]);
187
}
M2::SimpleARing::ElementArray::mSize
const size_t mSize
Definition
aring.hpp:179
M2::SimpleARing::ElementArray::ElementType
ARing::ElementType ElementType
Definition
aring.hpp:178
M2::SimpleARing::ElementArray::mData
std::unique_ptr< ElementType[]> mData
Definition
aring.hpp:180
M2::SimpleARing
A base class for simple ARings.
Definition
aring.hpp:147
References
mData
, and
mSize
.
M2
SimpleARing
ElementArray
Generated on
for Macaulay2 Engine by
1.15.0