The OpenD Programming Language

CorrelationAccumulator.sumOfProducts

struct CorrelationAccumulator(T, CorrelationAlgo correlationAlgo, Summation summation)
const @property
F
sumOfProducts
(
F = T
)
()
if (
isMutable!T &&
correlationAlgo == CorrelationAlgo.naive
)

Meta