Class AlgorithmSM2.sm2Task

java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmSM2.sm2Task
All Implemented Interfaces:
Runnable
Enclosing class:
AlgorithmSM2

public class AlgorithmSM2.sm2Task extends Object implements Runnable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final int
     
    private final double[]
     
    private final double[]
     
    private final int
     
    private final int
     
    private final double[]
     
    private final double[]
     
    private final double[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    sm2Task(int start, int end, int tDim, double[] r1ptj, double[] initial, double[] trapezoidConstant, double[] trapezoidSlope, double[] timeVals)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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
  • Constructor Details

    • sm2Task

      public sm2Task(int start, int end, int tDim, double[] r1ptj, double[] initial, double[] trapezoidConstant, double[] trapezoidSlope, double[] timeVals)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable