Multivariate Polynomial.Coefficients Property
Gets the coefficients of the polynomial.
Definition
Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
A vector of coefficients, one for each basis monomial.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public Vector<double> Coefficients { get; }Property Value
Vector<Double>A vector of coefficients, one for each basis monomial.