public class PiecewisePolynomialResult extends Object
| Constructor and Description |
|---|
PiecewisePolynomialResult(DoubleArray knots,
DoubleMatrix coefMatrix,
int order,
int dim)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DoubleMatrix |
getCoefMatrix()
Access _coefMatrix.
|
int |
getDimensions()
Access _dim.
|
DoubleArray |
getKnots()
Access _knots.
|
int |
getNumberOfIntervals()
Access _nIntervals.
|
int |
getOrder()
Access _order.
|
int |
hashCode() |
public PiecewisePolynomialResult(DoubleArray knots, DoubleMatrix coefMatrix, int order, int dim)
knots - the knotscoefMatrix - the coefMatrixorder - the orderdim - the dimpublic DoubleArray getKnots()
public DoubleMatrix getCoefMatrix()
public int getNumberOfIntervals()
public int getOrder()
public int getDimensions()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.