6 lines
121 B
C++
6 lines
121 B
C++
// SPDX-FileCopyrightText: The Eigen Authors
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
VectorXi v{{1, 2}};
|
|
cout << v << endl;
|