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