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