com.imsl.io
Class MPSReader.Element
java.lang.Object
com.imsl.io.MPSReader.Element
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MPSReader
public static class MPSReader.Element
- extends Object
- implements Serializable
An element in the sparse contraint matrix.
- See Also:
- Serialized Form
Method Summary |
int |
getColumn()
Returns the column index. |
double |
getValue()
Returns the value of the element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
getColumn
public int getColumn()
- Returns the column index.
getValue
public double getValue()
- Returns the value of the element.
Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.