Class BernsteinPolynomial

java.lang.Object

public class BernsteinPolynomial
extends UnivariateConvolution
BernsteinPolynomial provides the evaluation of the BernsteinPolynomial and its derivatives for a specified variate.

Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • BernsteinPolynomial

      public BernsteinPolynomial​(int iBaseExponent, int iComplementExponent) throws java.lang.Exception
      Construct a BernsteinPolynomial instance
      Parameters:
      iBaseExponent - Base Exponent
      iComplementExponent - Complement Exponent
      Throws:
      java.lang.Exception - Thrown if the inputs are invalid