blob: 540709adce02a795ec127827b8510fb95d0eaf91 [file] [log] [blame]
Hauke Heibel4365a482010-01-26 19:42:17 +01001cout << VectorXi::LinSpaced(7,10,4) << endl;
2cout << VectorXd::LinSpaced(0.0,1.0,5) << endl;