Skip to content
Matrix_setOnes_int.cpp 45 B
Newer Older
Luker's avatar
Luker committed
VectorXf v;
v.setOnes(3);
cout << v << endl;