Cargo Features

pm-remez has no features set by default.

[dependencies]
pm-remez = { version = "0.1.0", features = ["openblas-static", "openblas-system", "netlib-static", "netlib-system", "intel-mkl-static", "intel-mkl-system", "python", "num-bigfloat"] }
openblas-static

LAPACK backend features forwarded to ndarray-linalg

Enables openblas-static of ndarray-linalg

openblas-system

Enables openblas-system of ndarray-linalg

netlib-static

Enables netlib-static of ndarray-linalg

netlib-system

Enables netlib-system of ndarray-linalg

intel-mkl-static

Enables intel-mkl-static of ndarray-linalg

intel-mkl-system

Enables intel-mkl-system of ndarray-linalg

python = pyo3

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

num-bigfloat implicit feature

Enables num-bigfloat

num-bigfloat:

Increased precision floating point numbers implemented purely in Rust

pyo3 python?