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

◆ inline_innerproduct() [2/2]

template<typename T1 , typename T2 , Tsize N>
T1 aff::inline_innerproduct ( const SimpleRigidArray< T1, N > &  A,
const SimpleRigidArray< T2, N > &  B 
)
inline

Returns inner product.

Definition at line 212 of file simplearray.h.

References aff::util::Inline2< T1, T2, I >::innerproduct(), and aff::SimpleRigidArray< T, N >::pointer().

214  { return Inline2<T1, T2, N>::innerproduct(A.pointer(), B.pointer()); }
Recursive functions to inline raw array operations.
Definition: rawarfun.h:160
Here is the call graph for this function: