FactorizedPolynomial Structure

Factorized polynomial p := set of polynomials p_1,...,p_k and their corresponding powers n_1,...,n_k, such that p = (p_1)^(n_1)*...*(p_k)^(n_k).
public struct FactorizedPolynomial
Fields
 
Name Description
Public field Factor Set of factors the polynomial consists of.
Public field Power Set of powers, where Factor[i] is lifted to Power[i].
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8