MatrixBase_ones_int.cpp (77B)
1 cout << 6 * RowVectorXi::Ones(4) << endl; 2 cout << VectorXf::Ones(2) << endl;