public class AkimaLocalC1Generator
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
double[] |
C1() |
static AkimaLocalC1Generator |
Create(double[] adblPredictorOrdinate,
double[] adblResponseValue)
Construct an Instance of AkimaLocalC1Generator from the Array of the supplied Predictor Ordinates
and the Response Values
|
public static final AkimaLocalC1Generator Create(double[] adblPredictorOrdinate, double[] adblResponseValue)
adblPredictorOrdinate - Array of the Predictor OrdinatesadblResponseValue - Array of the Response Valuespublic double[] C1()