Cwise_erfc.cpp
Go to the documentation of this file.
1 #include <Eigen/Core>
2 #include <unsupported/Eigen/SpecialFunctions>
3 #include <iostream>
4 using namespace Eigen;
5 int main()
6 {
7  Array4d v(-0.5,2,0,-7);
8  std::cout << v.erfc() << std::endl;
9 }
Namespace containing all symbols from the Eigen library.
Definition: jet.h:637
Array< int, Dynamic, 1 > v
int main()
Definition: Cwise_erfc.cpp:5


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:34:06