public class SparseVector extends Object
| Constructor and Description |
|---|
SparseVector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(int ind,
float value) |
void |
addValues(SparseVector vector) |
double |
get(int ind) |
String |
toString() |
void |
trim(int newSize) |
public void addValue(int ind,
float value)
public double get(int ind)
public void trim(int newSize)
public void addValues(SparseVector vector)
Copyright © 2015. All rights reserved.