Interface SparseVector

All Superinterfaces:
Vector
All Known Implementing Classes:
DoubleSparseArrayVector, DoubleSparseHashVector, LegacyDoubleSparseHashVector

public interface SparseVector extends Vector
Version:
$Revision$ Last update: $Date$ by : $Author$
Author:
poussin
  • Method Details

    • getDefaultValue

      double getDefaultValue()
      Value to used if not un assigned value
      Returns:
    • getAssignedPosition

      long[] getAssignedPosition()
      Return an orderer array of position assigned, this array can be longer than realy assigned value, you must used getNumberOfAssignedValue to know number of significant position in array
      Returns:
    • getAssignedValue

      double[] getAssignedValue()
      Return an array in same order that getAssignedPosition. This array contains values. This array can be longer than realy assigned value, you must used getNumberOfAssignedValue to know number of significant position in array
      Returns: