|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.io.MPSReader.Row
public class MPSReader.Row
A row either in the constraint matrix or a free row.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
double[] |
getCoefficients()
Returns the coeffients of this row as a dense array. |
String |
getName()
Returns the name of this row. |
int |
getNumberOfNonZeros()
Returns the number of nonzero elements in this row. |
Iterator |
iterator()
Returns an iterator over the elements in this row. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Method Detail |
---|
public double[] getCoefficients()
public String getName()
public int getNumberOfNonZeros()
public Iterator iterator()
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |