Uses of Class
org.hortonmachine.gears.utils.math.interpolation.splines.Cubic
-
Packages that use Cubic Package Description org.hortonmachine.gears.utils.math.interpolation.splines -
-
Uses of Cubic in org.hortonmachine.gears.utils.math.interpolation.splines
Methods in org.hortonmachine.gears.utils.math.interpolation.splines that return Cubic Modifier and Type Method Description Cubic[]NatCubic. calcNaturalCubic(int n, double[] x)Cubic[]NatCubicClosed. calcNaturalCubic(int n, double[] x)
-