maspack.matrix
Class SparseVectorCell

java.lang.Object
  extended by maspack.matrix.SparseVectorCell

public class SparseVectorCell
extends java.lang.Object


Field Summary
 int i
           
 double value
           
 
Constructor Summary
SparseVectorCell(int i, double value)
           
SparseVectorCell(SparseVectorCell cell)
           
 
Method Summary
 SparseVectorCell next()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

i

public int i

value

public double value
Constructor Detail

SparseVectorCell

public SparseVectorCell(int i,
                        double value)

SparseVectorCell

public SparseVectorCell(SparseVectorCell cell)
Method Detail

next

public SparseVectorCell next()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object