AFF --- A container for numbers (array) by Friederich and Forbriger.
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
f
h
i
m
o
r
s
t
v
+
Functions
a
c
d
f
h
i
m
o
r
s
v
Typedefs
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
v
w
~
+
Functions
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
v
w
~
+
Variables
m
+
Typedefs
t
+
Files
File List
+
File Members
+
All
a
b
c
d
f
l
m
o
p
s
t
Functions
Typedefs
+
Macros
a
b
c
d
f
l
o
t
Examples
◆
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