Eigen 3.4.90
doc
snippets
Matrix_setOnes_int.cpp
Go to the documentation of this file.
1
VectorXf
v
;
2
v
.setOnes(3);
3
cout <<
v
<< endl;
v
VectorXf v
Definition:
Matrix_setOnes_int.cpp:1
Eigen::VectorXf
Matrix< float, Dynamic, 1 > VectorXf
DynamicĂ—1 vector of type float.
Definition:
Matrix.h:501