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