Package gov.nih.mipav.model.algorithms
Class Vectornd
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.Vectornd
-
public class Vectornd extends java.lang.ObjectN dimension vector class with the cost value.- Author:
- wangh3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleget(int index)doublegetCost()intgetDimension()double[]getPoint()voidset(int index, double value)voidsetCost(double cost)voidsetPoint(double[] point)
-