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