Multivariate Polynomial Basis.Basis Count Property
Gets the number of basis functions.
Definition
Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
The total number of monomials in the basis.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public int BasisCount { get; }Property Value
Int32The total number of monomials in the basis.
Remarks
For dimension d and maximum degree m, this equals the binomial coefficient C(d + m, m) = (d + m)! / (d! m!).