Calculates double-precision vector quadratic interpolation.
SDKs
- iOS 4.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Accelerate
Declaration
func vDSP_vqintD(_ __A: Unsafe Pointer<Double>, _ __B: Unsafe Pointer<Double>, _ __IB: v DSP _Stride, _ __C: Unsafe Mutable Pointer<Double>, _ __IC: v DSP _Stride, _ __N: v DSP _Length, _ __M: v DSP _Length)
Discussion
This function is the same as v
, except for the types of vectors A
, B
, and C
.