Sign in
eigen
/
mirror
/
22a816ade884e3eee6a2f6a25f342e6a0d3448a0
/
.
/
doc
/
snippets
/
MatrixBase_ones_int.cpp
blob: 0610bc2f2705b122831652a985fd553f78cc8a97 [
file
]
cout
<<
6
*
RowVectorXi
::
ones
(
4
)
<<
endl
;
cout
<<
VectorXf
::
ones
(
2
)
<<
endl
;