org.das2.qds.math.fft.ComplexArray.ComplexArrayFloatFloat

Implements ComplexArray that is backed by two float arrays.

getImag( int i ) → float [view source]
getReal( int i ) → float [view source]
length( ) → int [view source]
setImag( int i, float value ) → void [view source]
setReal( int i, float value ) → void [view source]