source:
pacpussensors/trunk/Vislab/lib3dv-1.2.0/lib3dv/eigen/doc/snippets/DenseBase_LinSpaced.cpp
Last change on this file was 136, checked in by , 8 years ago | |
---|---|
File size: 117 bytes |
Line | |
---|---|
1 | cout << VectorXi::LinSpaced(4,7,10).transpose() << endl; |
2 | cout << VectorXd::LinSpaced(5,0.0,1.0).transpose() << endl; |
Note:
See TracBrowser
for help on using the repository browser.