Sign in
third-party-mirror
/
eigen
/
f6c457cdc27f232d7cf7f4f9b801aa8c3f9f18c6
/
.
/
doc
/
snippets
/
MatrixBase_ones_int.cpp
blob: 2ef188e7d23f538be8be7a157acfbaef67ffe154 [
file
] [
log
] [
blame
]
cout
<<
6
*
RowVectorXi
::
Ones
(
4
)
<<
endl
;
cout
<<
VectorXf
::
Ones
(
2
)
<<
endl
;