Tutorial_AdvancedInitialization_CommaTemporary.cpp
Go to the documentation of this file.
1 MatrixXf mat = MatrixXf::Random(2, 3);
2 std::cout << mat << std::endl << std::endl;
3 mat = (MatrixXf(2,2) << 0, 1, 1, 0).finished() * mat;
4 std::cout << mat << std::endl;


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