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