Sign in
eigen
/
mirror
/
ff85966fbaef17da40b7fbdfa0786a55ad103e9e
/
.
/
doc
/
snippets
/
MatrixBase_ones.cpp
blob: 07391889200f9b127608ae20240c0ddfe3b91cb9 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
Matrix2d
::
Ones
()
<<
endl
;
cout
<<
6
*
RowVector4i
::
Ones
()
<<
endl
;