Interface FieldVectorPreservingVisitor<T extends FieldElement<?>>
- Type Parameters:
T- the type of the field elements
public interface FieldVectorPreservingVisitor<T extends FieldElement<?>>
This interface defines a visitor for the entries of a vector. Visitors
implementing this interface do not alter the entries of the vector being
visited.
- Since:
- 3.3
-
Method Summary
-
Method Details
-
start
Start visiting a vector. This method is called once, before any entry of the vector is visited.- Parameters:
dimension- the size of the vectorstart- the index of the first entry to be visitedend- the index of the last entry to be visited (inclusive)
-
visit
-
end
-