Searched defs:OddToImaginary (Results 1 – 2 of 2) sorted by relevance
2838 static struct OddToImaginary struct2840 R source;2841 alias C = Complex!(CommonType!(E, typeof(buf[0].re)));2845 C front() in front()2850 C back() in back()2856 typeof(this) save() in save()2861 bool empty() in empty()2866 size_t length() in length()2895 auto oddsImag = OddToImaginary(range); argument
3401 static struct OddToImaginary struct3403 R source;3404 alias C = Complex!(CommonType!(E, typeof(buf[0].re)));3408 C front() in front()3413 C back() in back()3419 typeof(this) save() in save()3424 bool empty() in empty()3429 size_t length() in length()3458 auto oddsImag = OddToImaginary(range); argument