public class DenseVector extends Object implements IVector
DenseVector(double[] vector)
double[]
getVector()
void
setVector(double[] vector)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DenseVector(double[] vector)
public void setVector(double[] vector)
setVector
IVector
public double[] getVector()
getVector
Copyright © 2016. All rights reserved.