net.sourceforge.combean.mathprog.linalg
Class DoubleVector

Package class diagram package DoubleVector
java.lang.Object
  extended by net.sourceforge.combean.mathprog.linalg.DoubleVec<NoLabel>
      extended by net.sourceforge.combean.mathprog.linalg.DoubleVector
All Implemented Interfaces:
SparseVec<NoLabel>, SparseVector

public class DoubleVector
extends DoubleVec<NoLabel>
implements SparseVector


Field Summary
 
Fields inherited from class net.sourceforge.combean.mathprog.linalg.DoubleVec
label
 
Constructor Summary
DoubleVector(double[] doubleArr)
           
 
Method Summary
 
Methods inherited from class net.sourceforge.combean.mathprog.linalg.DoubleVec
getDimension, getNumIterations, iterator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.linalg.SparseVector
getDimension
 
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.linalg.SparseVec
getNumIterations, iterator
 

Constructor Detail

DoubleVector

public DoubleVector(double[] doubleArr)
Parameters:
doubleArr -