Matrix_setConstant_int.cpp 52 Bytes Edit Raw Blame History Permalink 1 2 3 VectorXf v; v.setConstant(3, 5); cout << v << endl;