Cargo Features

polynomial_subspaces has no features set by default.

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

Affects polynomial_subspaces::pade

orthogonal jacobi?

Affects polynomial_subspaces::inner_product

jacobi all_stable? = orthogonal

Affects polynomial_subspaces::jacobi

bezier all_stable?

Enables bezier-rs and glam ^0.28.0

all_stable all? = bezier, jacobi, pade