pub type DegreeOneIdeal<F> = RotationIdeal<F, 1>;Expand description
A type alias for RotationIdeal with W = 1,
i.e. ideals of the form (X - a).
Aliased Typeยง
pub struct DegreeOneIdeal<F> { /* private fields */ }pub type DegreeOneIdeal<F> = RotationIdeal<F, 1>;A type alias for RotationIdeal with W = 1,
i.e. ideals of the form (X - a).
pub struct DegreeOneIdeal<F> { /* private fields */ }