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