net.sourceforge.combean.mathprog.lp
Class DoubleLPVector
java.lang.Object
net.sourceforge.combean.mathprog.linalg.DoubleVec<LPVectorLabel>
net.sourceforge.combean.mathprog.lp.DoubleLPVector
- All Implemented Interfaces:
- SparseVec<LPVectorLabel>, LPSparseVector
public class DoubleLPVector
- extends DoubleVec<LPVectorLabel>
- implements LPSparseVector
Fields inherited from class net.sourceforge.combean.mathprog.linalg.DoubleVec |
label |
DoubleLPVector
public DoubleLPVector(double[] doubleArr,
String offsetId,
VectorOrientation orientation)
- Constructor from a double array.
- Parameters:
doubleArr
- a dense double array that represents the vector of doublesoffsetId
- an offset id of the vectororientation
- the orientation of the vector