net.sourceforge.combean.interfaces.mathprog.lp.model
Interface LPModelMatrix

Package class diagram package LPModelMatrix
All Superinterfaces:
AbstractMatrix, LPModelColumns, LPModelComponent, LPModelRows
All Known Implementing Classes:
MatrixAsLPModelMatrix

public interface LPModelMatrix
extends LPModelRows, LPModelColumns

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

setOrientation

void setOrientation(VectorOrientation newOrientation)
Set the orientation how the component shall be inserted into the global model.

Parameters:
newOrientation - the orientation to be set.