blob: 6caa837ea217b516f42c5ba85e30274613f7fe74 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
VectorXf v;
v.setRandom(3);
cout << v << endl;