Home
last modified time | relevance | path

Searched refs:double_complex (Results 1 – 2 of 2) sorted by relevance

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx39 #ifndef double_complex
40 typedef std::complex<double> double_complex; typedef
438 double_complex Num;
H A Danalysishelper.cxx1842 rCompl.Num= double_complex ( 0.0, 1.0 ); in ParseString()
1863 rCompl.Num = double_complex (f, ( *pStr == '+' )? 1.0 : -1.0 ); in ParseString()
1873 rCompl.Num = double_complex (r, f); in ParseString()
1885 rCompl.Num = double_complex (0.0, f); in ParseString()
1890 rCompl.Num = double_complex (f, 0.0); in ParseString()
1949 Num = double_complex ( 0.0, 0.0 ); in Power()