blob: 07391889200f9b127608ae20240c0ddfe3b91cb9 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout << Matrix2d::Ones() << endl;
cout << 6 * RowVector4i::Ones() << endl;