Disabled external gits
This commit is contained in:
9
cs440-acg/ext/eigen/doc/examples/Cwise_erfc.cpp
Normal file
9
cs440-acg/ext/eigen/doc/examples/Cwise_erfc.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <Eigen/Core>
|
||||
#include <unsupported/Eigen/SpecialFunctions>
|
||||
#include <iostream>
|
||||
using namespace Eigen;
|
||||
int main()
|
||||
{
|
||||
Array4d v(-0.5,2,0,-7);
|
||||
std::cout << v.erfc() << std::endl;
|
||||
}
|
Reference in New Issue
Block a user