• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 MatrixXd m {
2   {1, 2, 3},
3   {4, 5, 6}
4 };
5 cout << m << endl;
6