MultivariatePolynomialBasis.Dimension Property

Gets the dimension of the input space.

Definition

Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public int Dimension { get; }

Property Value

Int32
The number of input variables (dimension d).

See Also