TopicAliasing_mult1.cpp 76 Bytes Edit Raw Blame History Permalink 1 2 3 4 MatrixXf matA(2,2); matA << 2, 0, 0, 2; matA = matA * matA; cout << matA;