|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.datastructure.osgeneral.QuadraticTerms
public class QuadraticTerms
The QuadraticTerms
class holds the data structure
for all quadratic terms in the optimization instance.
(rowIndexes, varOneIndexes, varTwoIndexes, coefficients)
Field Summary | |
---|---|
double[] |
coefficients
coefficients holds a double array all the quadratic term coefficients. |
int[] |
rowIndexes
rowIndexes holds an integer array of row indexes of all the quadratic terms. |
int[] |
varOneIndexes
varOneIndexes holds an integer array of the first varialbe indexes of all the quadratic terms. |
int[] |
varTwoIndexes
varTwoIndexes holds an integer array of the second varialbe indexes of all the quadratic terms. |
Constructor Summary | |
---|---|
QuadraticTerms()
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[] varOneIndexes
public int[] varTwoIndexes
public double[] coefficients
Constructor Detail |
---|
public QuadraticTerms()
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 |