AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
Series()
[5/6]
template<class T>
aff::Series
< T >::
Series
(
const
Tshape
&
shape
,
const
Trepresentation
&
representation
)
inline
construct from shape and representation
Definition at line
335
of file
series.h
.
336
:
337
Tbase
(
shape
,
representation
),
Mrepresentation
(
representation
)
338
{ }
aff::ConstSeries::shape
const Tshape & shape() const
provide access to const shape
Definition:
series.h:241
aff::Series::representation
const Trepresentation & representation() const
expose representation
Definition:
series.h:388
aff::Series::Tbase
ConstSeries< T > Tbase
base is container of const (see specialization below)
Definition:
series.h:275
aff::Series::Mrepresentation
Trepresentation Mrepresentation
my (mutable) memory representation
Definition:
series.h:393
aff
Series
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14