Go to the documentation of this file.
8 Eigen::MatrixXf
m(3,3);
12 cout <<
"Here is the matrix m:" << endl <<
m << endl;
13 cout <<
"2nd Row: " <<
m.row(1) << endl;
14 m.col(2) += 3 *
m.col(0);
15 cout <<
"After adding 3 times the first column into the third column, the matrix m is:\n";
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:09:36