Sign in
◑
Theme
eigen
/
mirror
/
5a390a56076907fb0d8b73ef265ec7ae92f6f424
/
.
/
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
;