Skip to content
Matrix_setConstant_int.cpp 52 B
Newer Older
Luker's avatar
Luker committed
VectorXf v;
v.setConstant(3, 5);
cout << v << endl;