Class LagrangePolynomial<E>
java.lang.Object
dk.jonaslindstrom.ruffini.polynomials.algorithms.LagrangePolynomial<E>
- All Implemented Interfaces:
java.util.function.BiFunction<List<E>,
List<E>, Polynomial<E>>
public class LagrangePolynomial<E>
extends Object
implements java.util.function.BiFunction<List<E>,List<E>,Polynomial<E>>
Compute the Lagrange interpolation polynomial which is the polynomial of the lowest degree which
assumes a given set of points.