maspack.matrix
Class SparseMatrixCell
java.lang.Object
maspack.matrix.SparseMatrixCell
public class SparseMatrixCell
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
i
public int i
j
public int j
value
public double value
next
public SparseMatrixCell next
down
public SparseMatrixCell down
SparseMatrixCell
public SparseMatrixCell(int i,
int j,
double value)
SparseMatrixCell
public SparseMatrixCell(SparseMatrixCell cell)
transpose
public void transpose()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object