public static enum CdaspkLibrary.daspk_info extends Enum<CdaspkLibrary.daspk_info> implements org.bridj.IntValuedEnum<CdaspkLibrary.daspk_info>
| Enum Constant and Description |
|---|
CONSISTENCY |
CONSTRAINTS |
CONTINUE_AFTER_IC_CALC |
DIRECT_OR_KRYLOV |
EXTRA_PRINTING |
FIRST_CALL |
HAS_TCRIT |
IC_HEURISTICS |
INITIAL_STEP_SIZE |
JACOBIAN |
KRYLOV_PRECOND |
KRYLOV_VALUES |
LOCAL_ERROR_CONTROL |
MATRIX |
MAX_ORDER |
MAX_STEP_SIZE |
OVERSHOOT_TOUT |
TOLERANCE_TYPE |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<CdaspkLibrary.daspk_info> |
fromValue(int value) |
Iterator<CdaspkLibrary.daspk_info> |
iterator() |
long |
value() |
static CdaspkLibrary.daspk_info |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdaspkLibrary.daspk_info[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdaspkLibrary.daspk_info FIRST_CALL
public static final CdaspkLibrary.daspk_info TOLERANCE_TYPE
public static final CdaspkLibrary.daspk_info OVERSHOOT_TOUT
public static final CdaspkLibrary.daspk_info HAS_TCRIT
public static final CdaspkLibrary.daspk_info JACOBIAN
public static final CdaspkLibrary.daspk_info MATRIX
public static final CdaspkLibrary.daspk_info MAX_STEP_SIZE
public static final CdaspkLibrary.daspk_info INITIAL_STEP_SIZE
public static final CdaspkLibrary.daspk_info MAX_ORDER
public static final CdaspkLibrary.daspk_info CONSTRAINTS
public static final CdaspkLibrary.daspk_info CONSISTENCY
public static final CdaspkLibrary.daspk_info DIRECT_OR_KRYLOV
public static final CdaspkLibrary.daspk_info KRYLOV_VALUES
public static final CdaspkLibrary.daspk_info CONTINUE_AFTER_IC_CALC
public static final CdaspkLibrary.daspk_info KRYLOV_PRECOND
public static final CdaspkLibrary.daspk_info LOCAL_ERROR_CONTROL
public static final CdaspkLibrary.daspk_info IC_HEURISTICS
public static final CdaspkLibrary.daspk_info EXTRA_PRINTING
public static CdaspkLibrary.daspk_info[] values()
for (CdaspkLibrary.daspk_info c : CdaspkLibrary.daspk_info.values()) System.out.println(c);
public static CdaspkLibrary.daspk_info valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long value()
value in interface org.bridj.ValuedEnum<CdaspkLibrary.daspk_info>public Iterator<CdaspkLibrary.daspk_info> iterator()
iterator in interface Iterable<CdaspkLibrary.daspk_info>public static org.bridj.IntValuedEnum<CdaspkLibrary.daspk_info> fromValue(int value)
Copyright © 2017. All rights reserved.