public class DenseVector extends Vector
Modifier and Type | Class and Description |
---|---|
class |
DenseVector.DenseVectorIterator |
Constructor and Description |
---|
DenseVector() |
DenseVector(ArrayList<Double> list) |
Modifier and Type | Method and Description |
---|---|
Vector |
copy() |
Double |
get(int index) |
Set<Integer> |
getIdxs() |
Iterator<Pair<Integer,Double>> |
iterator() |
void |
remove(int index) |
void |
set(int index,
double val) |
int |
size() |
dotProduct, norm
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.