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