Package | Description |
---|---|
com.metsci.glimpse.util.math |
Fast, approximate mathematical function implementations.
|
Modifier and Type | Method and Description |
---|---|
static LinearInterpolator |
LinearInterpolator.createFromArrays(double[] x,
double[] y)
Arrays should be arranged so that x[k] corresponds to y[k] for all k.
|
static LinearInterpolator |
LinearInterpolator.parseLinearInterpolator(String function)
Creates a
LinearInterpolator from a String
describing the points. |
Copyright © 2016 Metron, Inc.. All rights reserved.