Copies the contents of a submatrix to another submatrix; double precision.
SDKs
- iOS 4.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Accelerate
Declaration
func vDSP_mmovD(_ __A: Unsafe Pointer<Double>, _ __C: Unsafe Mutable Pointer<Double>, _ __M: v DSP _Length, _ __N: v DSP _Length, _ __TA: v DSP _Length, _ __TC: v DSP _Length)
Discussion
This is the same as v
, except for the types of A
and C
.