Cwise_erf.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.erf() << std::endl;
9 }
Namespace containing all symbols from the Eigen library.
Definition: jet.h:637
int main()
Definition: Cwise_erf.cpp:5
Array< int, Dynamic, 1 > v


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