Class MatrixTuple

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

public class MatrixTuple extends Object
A mutable tuple used to avoid allocation when iterating a matrix.

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