Package com.artelys.kalis
Class KNonLinearTerm.NonLinFunction
- java.lang.Object
-
- com.artelys.kalis.KNonLinearTerm.NonLinFunction
-
- Enclosing class:
- KNonLinearTerm
public static final class KNonLinearTerm.NonLinFunction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FCT_ABS
static int
FCT_ACOS
static int
FCT_ASIN
static int
FCT_ATAN
static int
FCT_COS
static int
FCT_COSH
static int
FCT_EXP
static int
FCT_EXPONENTIAL
static int
FCT_LN
static int
FCT_NONE
static int
FCT_SIN
static int
FCT_SINH
static int
FCT_TAN
static int
FCT_TANH
-
Constructor Summary
Constructors Constructor Description NonLinFunction()
-
-
-
Field Detail
-
FCT_NONE
public static final int FCT_NONE
- See Also:
- Constant Field Values
-
FCT_LN
public static final int FCT_LN
- See Also:
- Constant Field Values
-
FCT_EXPONENTIAL
public static final int FCT_EXPONENTIAL
- See Also:
- Constant Field Values
-
FCT_EXP
public static final int FCT_EXP
- See Also:
- Constant Field Values
-
FCT_COS
public static final int FCT_COS
- See Also:
- Constant Field Values
-
FCT_SIN
public static final int FCT_SIN
- See Also:
- Constant Field Values
-
FCT_TAN
public static final int FCT_TAN
- See Also:
- Constant Field Values
-
FCT_ACOS
public static final int FCT_ACOS
- See Also:
- Constant Field Values
-
FCT_ASIN
public static final int FCT_ASIN
- See Also:
- Constant Field Values
-
FCT_ATAN
public static final int FCT_ATAN
- See Also:
- Constant Field Values
-
FCT_COSH
public static final int FCT_COSH
- See Also:
- Constant Field Values
-
FCT_SINH
public static final int FCT_SINH
- See Also:
- Constant Field Values
-
FCT_TANH
public static final int FCT_TANH
- See Also:
- Constant Field Values
-
FCT_ABS
public static final int FCT_ABS
- See Also:
- Constant Field Values
-
-