Eigen 3.4.90
doc
examples
Functions
Cwise_erfc.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_erfc.cpp
.
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
Eigen::Array
General-purpose arrays with easy API for coefficient-wise operations.
Definition:
Array.h:49