Class VectorTuple

java.lang.Object
org.tribuo.math.la.VectorTuple

public class VectorTuple extends Object
A mutable tuple used to avoid allocation when iterating a vector.

While it does implement hashcode, don't use it as a key as the hashcode is data dependent.