The OpenD Programming Language

CorrelationAccumulator.this

  1. this(T x, T y)
    struct CorrelationAccumulator(T, CorrelationAlgo correlationAlgo, Summation summation)
    this
    ()
    (
    T x
    ,
    T y
    )
    if (
    isFloatingPoint!T &&
    &&
    correlationAlgo == CorrelationAlgo.hybrid
    )
  2. this(Slice!(IteratorX, 1, kindX) x, Slice!(IteratorY, 1, kindY) y)
  3. this(SliceLikeX x, SliceLikeY y)
  4. this(RangeX x, RangeY y)

Meta