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