Uses of Class
dev.nm.analysis.function.tuple.SortedOrderedPairs
-
Packages that use SortedOrderedPairs Package Description dev.nm.analysis.curvefit.interpolation.univariate -
-
Uses of SortedOrderedPairs in dev.nm.analysis.curvefit.interpolation.univariate
Methods in dev.nm.analysis.curvefit.interpolation.univariate with parameters of type SortedOrderedPairs Modifier and Type Method Description double
CubicHermite.Tangent. tangentAt(SortedOrderedPairs pairs, int k)
Compute the tangent at the given index k, from the given collection of points.Constructors in dev.nm.analysis.curvefit.interpolation.univariate with parameters of type SortedOrderedPairs Constructor Description DividedDifferences(SortedOrderedPairs sortedPairs)
Construct divided differences from a given sorted collection of ordered pairs.
-