threed-beam-fea/ext/eigen-3.2.7/doc/snippets/Matrix_setOnes_int.cpp

4 lines
45 B
C++

VectorXf v;
v.setOnes(3);
cout << v << endl;