Files
eigen/doc/snippets/Cwise_arg.cpp
2026-05-04 00:36:12 +00:00

7 lines
167 B
C++

// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
ArrayXcf v = ArrayXcf::Random(3);
cout << v << endl << endl;
cout << arg(v) << endl;