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