eigen/doc/snippets/Cwise_lgamma.cpp
2015-12-30 15:12:15 +01:00

2 lines
51 B
C++

Array4d v(0.5,10,0,-1);
cout << v.lgamma() << endl;