Eigen 3.4.90
doc
examples
Cwise_erfc.cpp
Go to the documentation of this file.
1
#include <
Eigen/Core
>
2
#include <unsupported/Eigen/SpecialFunctions>
3
#include <iostream>
4
int
main
()
5
{
6
Eigen::Array4d
v
(-0.5,2,0,-7);
7
std::cout <<
v
.erfc() << std::endl;
8
}
v
Array< int, Dynamic, 1 > v
Definition:
Array_initializer_list_vector_cxx11.cpp:1
Core
main
int main()
Definition:
Cwise_erfc.cpp:4
Eigen::Array
General-purpose arrays with easy API for coefficient-wise operations.
Definition:
Array.h:49