Contents

threshold(_:to:with:result:)

Calculates the elements of the supplied double-precision vector after applying a specified thresholding rule.

Declaration

static func threshold<U, V>(_ vector: U, to lowerBound: Double, with rule: vDSP.ThresholdRule<Double>, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Double, V.Element == Double

See Also

Threshold Operations