Lines Matching refs:Complex
3395 auto oddsImag = cast(Complex!E[]) range;
3404 alias C = Complex!(CommonType!(E, typeof(buf[0].re)));
3657 Complex!F[] fft(F = double, R)(R range) const
3661 Complex!F[] ret;
3668 ret = uninitializedArray!(Complex!F[])(range.length);
3729 Complex!F[] inverseFft(F = double, R)(R range) const
3733 Complex!F[] ret;
3740 ret = uninitializedArray!(Complex!F[])(range.length);
3793 Complex!F[] fft(F = double, R)(R range)
3807 Complex!F[] inverseFft(F = double, R)(R range)
3843 alias C = Complex!float;
4113 static assert(isComplexLike!(Complex!double));