Summary:
Detail:
private final int
N
private final ST<Integer,Double>
st
SparseVector(int N)
double
dot(double[] that)
dot(SparseVector that)
get(int i)
static void
main(String[] args)
int
nnz()
norm()
SparseVector
plus(SparseVector that)
void
put(int i, double value)
scale(double alpha)
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object