Sign in
eigen
/
mirror
/
ff85966fbaef17da40b7fbdfa0786a55ad103e9e
/
.
/
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
;