AFF --- A container for numbers (array) by Friederich and Forbriger.
|
Extensions for array moduleThe library provides some additional modules. You need only include the header file of those modules that you really want to use in addition to the basic aff::Array functionality. These additional modules are: More...
Functions | |
template<class T > | |
aff::Series< T > | aff::series_from_array (const aff::Array< T > &array) |
create a series container from an array container. More... | |
template<class T > | |
aff::ConstSeries< T > | aff::series_from_array (const aff::ConstArray< T > &array) |
create a series container from an array container. More... | |
template<class T > | |
aff::Array< T > | aff::array_from_series (const aff::Series< T > &array) |
create an array container from a series container. More... | |
template<class T > | |
aff::ConstArray< T > | aff::array_from_series (const aff::ConstSeries< T > &array) |
create an array container from a series container. More... | |
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. More... | |
Extensions for array module
The library provides some additional modules. You need only include the header file of those modules that you really want to use in addition to the basic aff::Array functionality. These additional modules are: