net.sourceforge.combean.mathprog.lp
Class CombinedLPSparseVector

Package class diagram package CombinedLPSparseVector
java.lang.Object
  extended by net.sourceforge.combean.mathprog.linalg.AbstractComposedSparseVec<Label>
      extended by net.sourceforge.combean.mathprog.linalg.CombinedSparseVec<LPVectorLabel>
          extended by net.sourceforge.combean.mathprog.lp.CombinedLPSparseVector
All Implemented Interfaces:
SparseVec<LPVectorLabel>, LPSparseVector

public class CombinedLPSparseVector
extends CombinedSparseVec<LPVectorLabel>
implements LPSparseVector


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.combean.mathprog.linalg.AbstractComposedSparseVec
AbstractComposedSparseVec.AbstractComposedVectorIterator<ItLabel>
 
Field Summary
 
Fields inherited from class net.sourceforge.combean.mathprog.linalg.AbstractComposedSparseVec
vecs
 
Constructor Summary
CombinedLPSparseVector()
           
 
Method Summary
 
Methods inherited from class net.sourceforge.combean.mathprog.linalg.CombinedSparseVec
addVector, getNumIterations, iterator
 
Methods inherited from class net.sourceforge.combean.mathprog.linalg.AbstractComposedSparseVec
getInnerVecs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.linalg.SparseVec
getNumIterations, iterator
 

Constructor Detail

CombinedLPSparseVector

public CombinedLPSparseVector()