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 Structure FactorizedPolynomial
This language is not supported or no code example is available.
public struct FactorizedPolynomial
This language is not supported or no code example is available.
public value struct FactorizedPolynomial
This language is not supported or no code example is available.
JScript suports the use of structures, but not the declaration of new ones.
This language is not supported or no code example is available.
|
Name
|
Description
|
|
Factor
|
Set of factors the polynomial consists of.
|
|
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