1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-04 17:54:07 +08:00
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;