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

◆ inline_strideproduct()

template<typename T , Tsize N>
T aff::inline_strideproduct ( const SimpleRigidArray< T, N > &  A,
const SimpleRigidArray< T, N > &  B 
)
inline

Returns strided product.

Examples:
tests/simplearraytest.cc.

Definition at line 218 of file simplearray.h.

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

Referenced by main().

220  { return Inline<T, N>::strideproduct(A.pointer(), B.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: