Cargo Features

polynomial_subspaces has no features set by default.

[dependencies]
polynomial_subspaces = { version = "0.1.1", features = ["all", "GADT", "pade", "orthogonal", "jacobi", "bezier", "all_stable"] }
all = GADT, all_stable
GADT all?
pade all_stable?

Affects pade::PadeApproximant

orthogonal jacobi?

Affects generic_polynomial::InnerProductSubspace

jacobi all_stable? = orthogonal
bezier all_stable?

Enables bezier-rs and glam ^0.28.0

all_stable all? = bezier, jacobi, pade