Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
OneScience-Sugon
/
AlphaFold3
like
0
Follow
OneScience
8
OneScience-Sugon/AlphaFold3_dataset
English
Chinese
OneScience
Life Sciences
Protein Structure Prediction
Biomolecular Interactions
Complex Structure Prediction
AlphaFold3
License:
cc-by-nc-sa-4.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
AlphaFold3
/
weight
/
_dep
/
eigen
/
failtest
/
const_qualified_diagonal_method_retval.cpp
wuxing0105
Add files using upload-large-folder tool
f499a53
verified
about 13 hours ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
239 Bytes
#
include
"../Eigen/Core"
#
ifdef
EIGEN_SHOULD_FAIL_TO_BUILD
#
define
CV_QUALIFIER const
#
else
#
define
CV_QUALIFIER
#
endif
using
namespace
Eigen;
void
foo
(CV_QUALIFIER Matrix3d &m)
{
Diagonal<Matrix3d>
b
(m.diagonal())
;
}
int
main
()
{}