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