// SPDX-FileCopyrightText: The Eigen Authors // SPDX-License-Identifier: MPL-2.0 #include #include #include int main() { Eigen::Array4d v(-0.5, 2, 0, -7); std::cout << v.erfc() << std::endl; }