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