blob: e0857cf97e11c7b2f2cc56a76005538ada587fc0 [file] [log] [blame]
David Tellenbache3e2cf92020-10-14 01:56:42 +00001MatrixXcf v = MatrixXcf::Random(2, 3);
2cout << v << endl << endl;
3cout << v.cwiseArg() << endl;