blob: 661803ca14a80a37749aa14e72a5242ab6868053 [file] [log] [blame]
Benoit Jacobe7bdbe2e2007-12-27 21:43:10 +00001Matrix2cf m = Matrix2cf::random();
2cout << "Here is the 2x2 complex matrix m:" << endl << m << endl;
3cout << "Here is the adjoint of m:" << endl << m.adjoint() << endl;