Skip to main content

Factors

Type Alias Factors 

Source
pub type Factors<D> = Vec<(DenseUnivariatePolynomial<D>, usize)>;
Expand description

Result of a complete factorization: list of (factor, multiplicity) pairs where each factor is irreducible (or, over the integers, primitive and irreducible over $\mathbb{Q}$).

Aliased Typeยง

pub struct Factors<D> { /* private fields */ }