3 lines
77 B
C++
3 lines
77 B
C++
|
cout << 6 * RowVectorXi::Ones(4) << endl;
|
||
|
cout << VectorXf::Ones(2) << endl;
|