Sign in
eigen
/
mirror
/
6f71ef8277405d268032f7c3bcaf316c7422c133
/
.
/
doc
/
snippets
/
MatrixBase_ones.cpp
blob: 2434f518adf71bb9a0a6bd8fe8a3b4089a8034cf [
file
]
cout
<<
Matrix2d
::
ones
()
<<
endl
;
cout
<<
6
*
RowVector4i
::
ones
()
<<
endl
;