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