Interface PolynomialCurve_F64

All Superinterfaces:
MapFormattable
All Known Implementing Classes:
PolynomialCubic1D_F64, PolynomialGeneral1D_F64, PolynomialQuadratic1D_F64

public interface PolynomialCurve_F64 extends MapFormattable
Interface for all polynomials
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Polynomial's degree.
    double
    get(int coefficient)
     
    void
    set(int coefficient, double value)
     
    int
    Number of coeffients
    void
    Sets all coefficients to zero

    Methods inherited from interface org.ejml.MapFormattable

    formatMap, formatMap
  • Method Details

    • get

      double get(int coefficient)
    • set

      void set(int coefficient, double value)
    • size

      int size()
      Number of coeffients
    • degree

      int degree()
      Polynomial's degree. This is the number of coefficients minus one.
    • zero

      void zero()
      Sets all coefficients to zero