Cargo Features
[dependencies]
laddu-extensions = { version = "0.16.1", default-features = false, features = ["rayon", "python", "pyo3", "laddu-python", "numpy", "mpi"] }
- default = rayon
-
The
rayonfeature is set by default wheneverladdu-extensionsis added withoutsomewhere in the dependency tree.default-features = false - rayon default
-
Enables rayon
- python = laddu-python, numpy, pyo3
-
Affects
experimental::py_binned_guide_term,experimental::py_regularizer,ganesh_ext::py_ganesh,likelihoods::PyNLL,likelihoods::PyStochasticNLL,likelihoods::PyLikelihoodExpression,likelihoods::py_likelihood_sum,likelihoods::py_likelihood_product,likelihoods::py_likelihood_zero,likelihoods::py_likelihood_one,likelihoods::PyLikelihoodEvaluator,likelihoods::py_likelihood_scalar… - pyo3 python?
-
Enables pyo3
- laddu-python python?
-
Enables laddu-python
- numpy python?
-
Enables numpy
- mpi
-
Enables mpi, mpi of laddu-core