- java.lang.Object
-
- org.quantlib.ImplicitEulerScheme.SolverType
-
- Enclosing class:
- ImplicitEulerScheme
public static final class ImplicitEulerScheme.SolverType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ImplicitEulerScheme.SolverTypeBiCGstabstatic ImplicitEulerScheme.SolverTypeGMRES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImplicitEulerScheme.SolverTypeswigToEnum(int swigValue)intswigValue()StringtoString()
-
-
-
Field Detail
-
BiCGstab
public static final ImplicitEulerScheme.SolverType BiCGstab
-
GMRES
public static final ImplicitEulerScheme.SolverType GMRES
-
-
Method Detail
-
swigValue
public final int swigValue()
-
swigToEnum
public static ImplicitEulerScheme.SolverType swigToEnum(int swigValue)
-
-