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