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