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