DenseBase_setLinSpaced.cpp 60 Bytes Edit Raw Blame History Permalink 1 2 3 VectorXf v; v.setLinSpaced(5,0.5f,1.5f); cout << v << endl;