blob: 73873c4e9c7a397093fa1e38be2071a6d4ca35db [file] [log] [blame]
cout << VectorXi::LinSpaced(Sequential,7,10,4).transpose() << endl;
cout << VectorXd::LinSpaced(Sequential,0.0,1.0,5).transpose() << endl;