blob: d6bbee946dd13415536287456c11b851b0ccef71 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
VectorXf v;
v.setConstant(3, 5);
cout << v << endl;