- java.lang.Object
-
- org.quantlib.ChebyshevInterpolation.PointsType
-
- Enclosing class:
- ChebyshevInterpolation
public static final class ChebyshevInterpolation.PointsType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ChebyshevInterpolation.PointsTypeFirstKindstatic ChebyshevInterpolation.PointsTypeSecondKind
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChebyshevInterpolation.PointsTypeswigToEnum(int swigValue)intswigValue()StringtoString()
-
-
-
Field Detail
-
FirstKind
public static final ChebyshevInterpolation.PointsType FirstKind
-
SecondKind
public static final ChebyshevInterpolation.PointsType SecondKind
-
-
Method Detail
-
swigValue
public final int swigValue()
-
swigToEnum
public static ChebyshevInterpolation.PointsType swigToEnum(int swigValue)
-
-