AFF --- A container for numbers (array) by Friederich and Forbriger.
|
bool aff::util::is_dense_1D_array | ( | const aff::Strided & | shape | ) |
check whether array shape describes a 1D array with dense layout in the memory.
shape | array shape |
Definition at line 302 of file strided.cc.
References aff::Strided::size(), and aff::Strided::stride().
Referenced by aff::series_from_array().