Eigen 3.4.90
doc
snippets
MatrixBase_zero_int.cpp
Go to the documentation of this file.
1
cout << RowVectorXi::Zero(4) << endl;
2
cout << VectorXf::Zero(2) << endl;