Summary:
Detail:
private final int
N
private final SparseVector[]
rows
XSparseMatrix(int N)
double
get(int i, int j)
static void
main(String[] args)
int
nnz()
XSparseMatrix
plus(XSparseMatrix B)
void
put(int i, int j, double value)
SparseVector
times(SparseVector x)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object