AFF --- A container for numbers (array) by Friederich and Forbriger.
|
|
inline |
pointer to first element
The shape guarantees that the memory layout is dense. This means that the elements of a series can be accessed like a C-style array through a pointer to the first element of the series. For this reason it is appropriate to provide direct access to the underlying memory block.
Definition at line 188 of file series.h.
References aff::LinearShape::first(), and aff::ConstSeries< T >::operator()().