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

◆ inline_product()

template<typename T , Tsize N>
T aff::inline_product ( const SimpleRigidArray< T, N > &  array)
inline

Product of all elements.

Examples:
tests/simplearraytest.cc.

Definition at line 178 of file simplearray.h.

References aff::SimpleRigidArray< T, N >::pointer(), and aff::util::Inline< T, I >::product().

Referenced by main(), and aff::Strided::size().

179  { return Inline<T, N>::product(array.pointer()); }
Recursive functions to inline raw array operations.
Definition: rawarfun.h:60
Here is the call graph for this function:
Here is the caller graph for this function: