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