public class DenseVector extends Object implements IVector
| Constructor and Description |
|---|
DenseVector(double[] vector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double[] |
getVector() |
int |
hashCode() |
void |
setVector(double[] vector) |
Copyright © 2017. All rights reserved.