Contents
dot_and_sum()
Compute weighted sum of arrays.
Compute weighted sum of arrays (matrix-by-scalar product then sum).
LX (list of array_like) – Arrays with the same shape.
a (list of float) – Scalars (same length as LX).
Sum of a[i] * LX[i].
numpy.ndarray