Parameters
IEnumerable<double> coefficients
Polynomial coefficients as enumerable
Type Polynomial
Namespace MathNet.Numerics
Interfaces IFormattable, IEquatable<Polynomial>, ICloneable
IEnumerable<double> coefficientsPolynomial coefficients as enumerable
double coefficientThe coefficient of the "x^0" monomial.
int nLength of the coefficient array
Double[] coefficientsPolynomial coefficients as array
ValueTuple<Polynomial, Polynomial>A tuple holding quotient in first and remainder in second
Complex zThe location where to evaluate the polynomial at.
Complex[] coefficientsThe coefficients of the polynomial, coefficient for power k at index k.
Complex zThe location where to evaluate the polynomial at.
Double[] coefficientsThe coefficients of the polynomial, coefficient for power k at index k.
double zThe location where to evaluate the polynomial at.
Double[] coefficientsThe coefficients of the polynomial, coefficient for power k at index k.
ValueTuple<Polynomial, Polynomial>A tuple holding quotient in first and remainder in second
double zThe location where to evaluate the polynomial at.
Complex zThe location where to evaluate the polynomial at.
IEnumerable<double> zThe locations where to evaluate the polynomial at.
Complex[]a vector of complex numbers with the roots
return string
|