Package gov.nih.mipav.model.algorithms
Class Vectornd
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.Vectornd
-
public class Vectornd extends java.lang.Object
N dimension vector class with the cost value.- Author:
- wangh3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
get(int index)
double
getCost()
int
getDimension()
double[]
getPoint()
void
set(int index, double value)
void
setCost(double cost)
void
setPoint(double[] point)
-