maspack.solvers
Class PardisoThreadTest.SparseElement

java.lang.Object
  extended by maspack.solvers.PardisoThreadTest.SparseElement
Enclosing class:
PardisoThreadTest

public static class PardisoThreadTest.SparseElement
extends java.lang.Object


Field Summary
 int i
           
 int j
           
 double value
           
 
Constructor Summary
PardisoThreadTest.SparseElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

public int i

j

public int j

value

public double value
Constructor Detail

PardisoThreadTest.SparseElement

public PardisoThreadTest.SparseElement()