Defined in header <scicpp/core.hpp>
Ordinary inner product of arrays (without complex conjugation).
InputItLhs, class InputItRhs, class ProductOp>inner(InputItLhs first1, InputItLhs last1, InputItRhs first2, InputItRhs last2, ProductOp prod)¶Generalized inner product accepting an arbitrary product operation.
InputIt>inner(InputIt first1, InputIt last1, InputIt first2, InputIt last2)¶