Cwise_erf.cpp File Reference

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 4 of file Cwise_erf.cpp.

5 {
6  Eigen::Array4d v(-0.5,2,0,-7);
7  std::cout << v.erf() << std::endl;
8 }
Array< int, Dynamic, 1 > v
General-purpose arrays with easy API for coefficient-wise operations.
Definition: Array.h:49