Files
eigen/doc/snippets/Cwise_lgamma.cpp

2 lines
51 B
C++
Raw Normal View History

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