AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
Array()
[2/4]
template<class T>
aff::Array
< T >::
Array
(
const
Tshape
&
shape
,
const
Trepresentation
&
representation
)
inline
construct from shape and representation
Definition at line
432
of file
array.h
.
433
:
434
Tbase
(
shape
,
representation
),
435
Mrepresentation
(
representation
) { }
aff::Array::representation
const Trepresentation & representation() const
return full access representation
Definition:
array.h:494
aff::Array::Tbase
aff::ConstArray< T > Tbase
base is container of const (see specialization below)
Definition:
array.h:372
aff::ConstArray::shape
const Tshape & shape() const
provide access to const shape
Definition:
array.h:318
aff::Array::Mrepresentation
Trepresentation Mrepresentation
my (mutable) data representation
Definition:
array.h:528
aff
Array
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14