Lines Matching refs:Complex
2832 auto oddsImag = cast(Complex!E[]) range;
2841 alias C = Complex!(CommonType!(E, typeof(buf[0].re)));
3092 Complex!F[] fft(F = double, R)(R range) const
3096 Complex!F[] ret;
3103 ret = uninitializedArray!(Complex!F[])(range.length);
3164 Complex!F[] inverseFft(F = double, R)(R range) const
3168 Complex!F[] ret;
3175 ret = uninitializedArray!(Complex!F[])(range.length);
3228 Complex!F[] fft(F = double, R)(R range)
3242 Complex!F[] inverseFft(F = double, R)(R range)
3278 alias C = Complex!float;
3465 static assert(isComplexLike!(Complex!double));