dataStructures
Class SparseVector
java.lang.Object
dataStructures.SparseVector
public class SparseVector
- extends java.lang.Object
คลาสที่สร้างเวกเตอร์มากเลขศูนย์ด้วยรายการ
- Author:
- สมชาย ประสิทธิ์จูตระกูล
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SparseVector
public SparseVector(int length)
length
public int length()
get
public double get(int index)
set
public void set(int index,
double value)
dot
public double dot(SparseVector v2)
add
public SparseVector add(SparseVector v2)