Cwise_erfc.cpp (190B)
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 }
cart-elcSource code for CART-ELC | |
| git clone git://git.laack.co/cart-elc.git | |
| Log | Files | Refs | README | LICENSE |