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