Skip to main content

DegreeOneIdeal

Type Alias DegreeOneIdeal 

Source
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 */ }