Go to the documentation of this file.
3 cout <<
"here's the 2x3 matrix m:" << endl <<
m << endl;
4 cout <<
"let's resize m to 3x2. This is a conservative resizing because 2*3==3*2." << endl;
6 cout <<
"here's the 3x2 matrix m:" << endl <<
m << endl;
7 cout <<
"now let's resize m to size 2x2. This is NOT a conservative resizing, so it becomes uninitialized:" << endl;
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:03:03