tut_matrix_assignment_resizing.cpp
Go to the documentation of this file.
1 MatrixXf a(2,2);
2 std::cout << "a is of size " << a.rows() << "x" << a.cols() << std::endl;
3 MatrixXf b(3,3);
4 a = b;
5 std::cout << "a is now of size " << a.rows() << "x" << a.cols() << std::endl;
Scalar * b
Definition: benchVecAdd.cpp:17
MatrixXf a(2, 2)


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:38