The OpenD Programming Language

PiecewiseLinearVariable.opCall

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

  1. T opCall(RNG gen)
    struct PiecewiseLinearVariable(T)
    T
    opCall
    (
    RNG
    )
    (
    scope ref RNG gen
    )
  2. T opCall(RNG* gen)

Meta