Matrix_initializer_list_23_cxx11.cpp
Go to the documentation of this file.
2  {1, 2, 3},
3  {4, 5, 6}
4 };
5 cout << m << endl;
Matrix< double, Dynamic, Dynamic > MatrixXd
Dynamic×Dynamic matrix of type double.
Definition: Matrix.h:502