AlphaFold3 / weight /_dep /eigen /doc /snippets /Cwise_cos.cpp
wuxing0105's picture
Add files using upload-large-folder tool
5f4cece verified
Raw
History Blame Contribute Delete
58 Bytes
Array3d v(M_PI, M_PI/2, M_PI/3);
cout << v.cos() << endl;