Transfers values from an input buffer to an output buffer, applying the operator.
Transfers values from an input buffer to an output buffer, applying the operator.
the buffer to read from, assuming interleaved re, im data
the index into in
. this is a direct array index, not
a logical index which must be multiplied by two!
the buffer to read from, assuming interleaved re, im data
the index into out
. this is a direct array index, not
a logical index which must be multiplied by two!
logical length of the operation, that is the number of
complex numbers to transfer. the number of Double
values
read from in
and written to out
is twice len
!