Contents

integrate(_:using:stepSize:)

Returns the integration of a double-precision vector using the specified rule.

Declaration

static func integrate<U>(_ vector: U, using rule: vDSP.IntegrationRule, stepSize: Double = 1) -> [Double] where U : AccelerateBuffer, U.Element == Double

See Also

Integration