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 }
ArrayXcf v
Definition: Cwise_arg.cpp:1
Namespace containing all symbols from the Eigen library.
Definition: jet.h:637
int main()
Definition: Cwise_erfc.cpp:5


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:54