Package org.nuiton.math.matrix
Class SparseHashVectorIterator
java.lang.Object
org.nuiton.math.matrix.SparseVectorIterator
org.nuiton.math.matrix.SparseHashVectorIterator
- All Implemented Interfaces:
VectorIterator
Implantation pour les sparse qui utilise des Map comme backend et ne peuvent
pas facilement retourner des tableaux tries
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
-
Field Summary
FieldsFields inherited from class org.nuiton.math.matrix.SparseVectorIterator
assignedPos, assignedSize, defaultValue, exclude, hasExclude, nextPos, nextValue, pos, size, value, vector -
Constructor Summary
ConstructorsConstructorDescriptionSparseHashVectorIterator(SparseVector vector) SparseHashVectorIterator(SparseVector vector, double exclude) -
Method Summary
Modifier and TypeMethodDescriptionprotected longgetAssignedPosition(int pos) protected doublegetAssignedValues(int pos) Methods inherited from class org.nuiton.math.matrix.SparseVectorIterator
computeNextPosAndValue, getPosition, getValue, getValue, hasNext, next, setExclude, setValue
-
Field Details
-
assignedPosition
protected long[] assignedPosition
-
-
Constructor Details
-
SparseHashVectorIterator
-
SparseHashVectorIterator
-
-
Method Details
-
getAssignedPosition
protected long getAssignedPosition(int pos) -
getAssignedValues
protected double getAssignedValues(int pos)
-