How do I create a CArray of complex numbers in VC++
-
Anyone knows how to create a CArray of complex numbers? Thanks. mIchAel Liu __________________________________________________________ The secret of business is to know something that nobody else knows. ;)
-
Anyone knows how to create a CArray of complex numbers? Thanks. mIchAel Liu __________________________________________________________ The secret of business is to know something that nobody else knows. ;)
CArray<std::complex<double>,std::complex<double>&> array;
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
CArray<std::complex<double>,std::complex<double>&> array;
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Thanks. mIchAel Liu __________________________________________________________ The secret of business is to know something that nobody else knows. ;)
-
CArray<std::complex<double>,std::complex<double>&> array;
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
In complex number class, can I be able to just change the value Real or Imaginary? mIchAel Liu __________________________________________________________ The secret of business is to know something that nobody else knows. ;)
-
In complex number class, can I be able to just change the value Real or Imaginary? mIchAel Liu __________________________________________________________ The secret of business is to know something that nobody else knows. ;)