AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ FortranArray()

template<class C>
aff::FortranArray< C >::FortranArray ( Tarray  array,
const bool &  BaseOne = true 
)
inline

create

Definition at line 126 of file fortranshape.h.

References aff::FortranArray< C >::Mpointer, and aff::util::FortranShape::offset().

126  :
127  Tbase(array.shape(), BaseOne)
128  {
129  Trepresentation repr=array.representation();
130  Mpointer=&repr[this->Tbase::offset()];
131  }
Treppointer Mpointer
pointer to memory
Definition: fortranshape.h:152
aff::util::FortranShape Tbase
base class
Definition: fortranshape.h:118
Tarray::Trepresentation Trepresentation
representation class
Definition: fortranshape.h:114
const Tsubscript & offset() const
offset to access representation
Definition: fortranshape.h:81
Here is the call graph for this function: