Class NpolynomialInterpolation

  • All Implemented Interfaces:
    Interpolation

    public class NpolynomialInterpolation
    extends java.lang.Object
    implements Interpolation
    • Constructor Summary

      Constructors 
      Constructor Description
      NpolynomialInterpolation​(java.util.ArrayList<TPoint> a)
      Creates a new instance of LinearInterpolation
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getY​(int x)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NpolynomialInterpolation

        public NpolynomialInterpolation​(java.util.ArrayList<TPoint> a)
        Creates a new instance of LinearInterpolation
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)