|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LPModelMatrix
A matrix component of an LP model. Can be accessed column- or row-wise.
Method Summary | |
---|---|
void |
setOrientation(VectorOrientation newOrientation)
Set the orientation how the component shall be inserted into the global model. |
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.lp.model.LPModelRows |
---|
getRowModelIndex, getRowVector |
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.lp.model.LPModelColumns |
---|
getColumnModelIndex, getColumnVector |
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.lp.model.LPModelComponent |
---|
getColumnOffsetIds, getOrientation, getRowOffsetIds |
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.linalg.AbstractMatrix |
---|
getNumColumns, getNumRows |
Method Detail |
---|
void setOrientation(VectorOrientation newOrientation)
newOrientation
- the orientation to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |