1234
complex<double> A(1,1); //I know this next bit doesn't work but is there an alternative way? A=(2,2);
A = std::complex<double>(2.0,2.0);