Dylan Cross
-1
Q:

transpose matrix eigen c++

MatrixXcf a = MatrixXcf::Random(2,2);
cout << "Here is the matrix a\n" << a << endl;
 
cout << "Here is the matrix a^T\n" << a.transpose() << endl;
1

New to Communities?

Join the community