Package gov.nih.mipav.model.algorithms
Class AlgorithmSM2.sm2Task
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmSM2.sm2Task
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AlgorithmSM2
public class AlgorithmSM2.sm2Task extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private int
end
private double[]
initial
private double[]
r1ptj
private int
start
private int
tDim
private double[]
timeVals
private double[]
trapezoidConstant
private double[]
trapezoidSlope
-
Constructor Summary
Constructors Constructor Description sm2Task(int start, int end, int tDim, double[] r1ptj, double[] initial, double[] trapezoidConstant, double[] trapezoidSlope, double[] timeVals)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
start
private final int start
-
end
private final int end
-
tDim
private final int tDim
-
r1ptj
private final double[] r1ptj
-
initial
private final double[] initial
-
trapezoidConstant
private final double[] trapezoidConstant
-
trapezoidSlope
private final double[] trapezoidSlope
-
timeVals
private final double[] timeVals
-
-