Package gov.nih.mipav.model.algorithms
Class CeresSolver2.indexArrayArrayItem
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver2.indexArrayArrayItem
- Enclosing class:
CeresSolver2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
private int index -
array1
private double[] array1 -
array2
private double[] array2
-
-
Constructor Details
-
indexArrayArrayItem
public indexArrayArrayItem(int index, double[] array1, double[] array2)
-
-
Method Details
-
getIndex
public int getIndex() -
getArray1
public double[] getArray1() -
getArray2
public double[] getArray2()
-