Package gov.nih.mipav.model.algorithms
Class CVODES.SUNLinearSolver
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CVODES.SUNLinearSolver
-
- Enclosing class:
- CVODES
class CVODES.SUNLinearSolver extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
last_flag
(package private) long
N
(package private) int[]
pivots
(package private) CVODES.SUNLinearSolver_Type
type
-
Constructor Summary
Constructors Constructor Description SUNLinearSolver()
-
-
-
Field Detail
-
N
long N
-
pivots
int[] pivots
-
last_flag
int last_flag
-
type
CVODES.SUNLinearSolver_Type type
-
-