source: pacpussensors/trunk/Vislab/lib3dv/eigen/doc/snippets/DenseBase_setLinSpaced.cpp@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 60 bytes
Line 
1VectorXf v;
2v.setLinSpaced(5,0.5f,1.5f);
3cout << v << endl;
Note: See TracBrowser for help on using the repository browser.