15 std::cout <<
"m2 before copy:" << std::endl;
16 std::cout <<
m2 << std::endl << std::endl;
18 std::cout <<
"m2 after copy:" << std::endl;
19 std::cout <<
m2 << std::endl << std::endl;
void copyUpperTriangularPart(MatrixXf &dst, const MatrixXf &src)
Matrix< float, Dynamic, Dynamic > MatrixXf
Dynamic×Dynamic matrix of type float.