Sign in
eigen
/
mirror
/
7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd
/
.
/
doc
/
snippets
/
Matrix_setConstant_int.cpp
blob: d6bbee946dd13415536287456c11b851b0ccef71 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
VectorXf
v
;
v
.
setConstant
(
3
,
5
);
cout
<<
v
<<
endl
;