integrate(_:using:stepSize:result:)
Performs the integration of a double-precision using the specified rule.
Declaration
static func integrate<U, V>(_ vector: U, using rule: vDSP.IntegrationRule, stepSize: Double = 1, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Double, V.Element == Double