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

4 lines
45 B
C++
Raw Normal View History

2015-11-05 19:36:26 +01:00
VectorXf v;
v.setZero(3);
cout << v << endl;