integrate(_:using:stepSize:)
Returns the integration of a single-precision vector using the specified rule.
Declaration
static func integrate<U>(_ vector: U, using rule: vDSP.IntegrationRule, stepSize: Float = 1) -> [Float] where U : AccelerateBuffer, U.Element == Float