Sign in
eigen
/
mirror
/
6f9c2abf31a8f7201edea230f09389c4569291e2
/
.
/
doc
/
snippets
/
MatrixBase_ones_int.cpp
blob: 8a6d441257352c08bc7338c12980dc9e8e79113d [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
6
*
RowVectorXi
::
Ones
(
4
)
<<
endl
;
cout
<<
VectorXf
::
Ones
(
2
)
<<
endl
;