public class PiecewisePolynomialResultsWithSensitivity extends PiecewisePolynomialResult
| Constructor and Description |
|---|
PiecewisePolynomialResultsWithSensitivity(DoubleArray knots,
DoubleMatrix coefMatrix,
int order,
int dim,
DoubleMatrix[] coeffSense) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DoubleMatrix |
getCoefficientSensitivity(int interval)
Access _coeffSense for the i-th interval.
|
DoubleMatrix[] |
getCoefficientSensitivityAll()
Access _coeffSense.
|
int |
hashCode() |
getCoefMatrix, getDimensions, getKnots, getNumberOfIntervals, getOrderpublic PiecewisePolynomialResultsWithSensitivity(DoubleArray knots, DoubleMatrix coefMatrix, int order, int dim, DoubleMatrix[] coeffSense)
knots - the knotscoefMatrix - the coefMatrixorder - the orderdim - the dimcoeffSense - the sensitivity of the coefficients to the nodes (y-values)public DoubleMatrix[] getCoefficientSensitivityAll()
public DoubleMatrix getCoefficientSensitivity(int interval)
interval - the intervalpublic int hashCode()
hashCode in class PiecewisePolynomialResultpublic boolean equals(Object obj)
equals in class PiecewisePolynomialResultCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.