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