Package org.nuiton.math.matrix
Class SparseArrayVectorIterator
java.lang.Object
org.nuiton.math.matrix.SparseVectorIterator
org.nuiton.math.matrix.SparseArrayVectorIterator
- All Implemented Interfaces:
VectorIterator
Implantation pour les sparse qui peuvent facilement retourner des tableaux
trie des valeurs assignees
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long[]protected double[]Fields inherited from class org.nuiton.math.matrix.SparseVectorIterator
assignedPos, assignedSize, defaultValue, exclude, hasExclude, nextPos, nextValue, pos, size, value, vector -
Constructor Summary
Constructors -
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 -
assignedValues
protected double[] assignedValues
-
-
Constructor Details
-
SparseArrayVectorIterator
-
SparseArrayVectorIterator
-
-
Method Details
-
getAssignedPosition
protected long getAssignedPosition(int pos) -
getAssignedValues
protected double getAssignedValues(int pos)
-