The OpenD Programming Language

PiecewiseConstantVariable.opCall

Complexity: O(log n) where n is the number of weights.

  1. T opCall(RNG gen)
    struct PiecewiseConstantVariable(T, W = T)
    T
    opCall
    (
    RNG
    )
    (
    scope ref RNG gen
    )
  2. T opCall(RNG* gen)

Meta