gtsam
3rdparty
Eigen
doc
snippets
Matrix_resize_int.cpp
Go to the documentation of this file.
1
VectorXd
v
(10);
2
v
.resize(3);
3
RowVector3d
w
;
4
w
.resize(3);
// this is legal, but has no effect
5
cout <<
"v: "
<<
v
.rows() <<
" rows, "
<<
v
.cols() <<
" cols"
<< endl;
6
cout <<
"w: "
<<
w
.rows() <<
" rows, "
<<
w
.cols() <<
" cols"
<< endl;
w
RowVector3d w
Definition:
Matrix_resize_int.cpp:3
v
VectorXd v(10)
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:33:37