Uses of Class
org.quantlib.ChebyshevInterpolation.PointsType
-
-
Uses of ChebyshevInterpolation.PointsType in org.quantlib
Fields in org.quantlib declared as ChebyshevInterpolation.PointsType Modifier and Type Field Description static ChebyshevInterpolation.PointsTypeChebyshevInterpolation.PointsType. FirstKindstatic ChebyshevInterpolation.PointsTypeChebyshevInterpolation.PointsType. SecondKindMethods in org.quantlib that return ChebyshevInterpolation.PointsType Modifier and Type Method Description static ChebyshevInterpolation.PointsTypeChebyshevInterpolation.PointsType. swigToEnum(int swigValue)Methods in org.quantlib with parameters of type ChebyshevInterpolation.PointsType Modifier and Type Method Description static ArrayChebyshevInterpolation. nodes(long n, ChebyshevInterpolation.PointsType pointsType)Constructors in org.quantlib with parameters of type ChebyshevInterpolation.PointsType Constructor Description ChebyshevInterpolation(long n, UnaryFunctionDelegate fct, ChebyshevInterpolation.PointsType pointsType)ChebyshevInterpolation(Array f, ChebyshevInterpolation.PointsType pointsType)
-