AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
CSeries()
template<class T >
aff::CSeries
< T >::
CSeries
(
const
Tseries
&
series
)
inline
construct from shape and representation
Definition at line
189
of file
converters.h
.
190
:
Mrepresentation
(series.representation())
191
{
192
Tshape
shape=series.shape();
193
Moffset
=shape.offset(shape.first());
194
Msize
=shape.size();
195
}
aff::CSeries::Tshape
Tseries::Tshape Tshape
Type of shape.
Definition:
converters.h:163
aff::CSeries::Moffset
aff::Tsize Moffset
offset of memory location of first element
Definition:
converters.h:237
aff::CSeries::Msize
aff::Tsize Msize
sizes of series
Definition:
converters.h:235
aff::CSeries::Mrepresentation
Trepresentation Mrepresentation
representation member
Definition:
converters.h:233
aff
CSeries
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14