|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.datastructure.osgeneral.MatrixMarket
public class MatrixMarket
The MatrixMarket
class holds the matrix market
data structure (rowIndex, columnIndex, Value[rowIndex,columnIndex]) for linear constraint coefficients
Field Summary | |
---|---|
int[] |
columnIndexes
columnIndexes holds an integer array of column indexes of the specified matrix elements (usually nonzero). |
int[] |
rowIndexes
rowIndexes holds an integer array of row indexes of the specified matrix elements (usually nonzero). |
double[] |
values
values holds a double array of the values of the specified matrix elements (usually nonzero). |
Constructor Summary | |
---|---|
MatrixMarket()
Default constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
main for test purposes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] rowIndexes
public int[] columnIndexes
public double[] values
Constructor Detail |
---|
public MatrixMarket()
Method Detail |
---|
public static void main(java.lang.String[] args)
argv
- command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |