pystencils.sympyextensions.math.scalar_product# pystencils.sympyextensions.math.scalar_product(a, b)# Scalar product between two sequences. Return type: TypeVar(T) Parameters: a (Iterable[T]) b (Iterable[T])