Class MatrixTuple
java.lang.Object
org.tribuo.math.la.MatrixTuple
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
i
public int i -
j
public int j -
value
public double value
-
-
Constructor Details
-
MatrixTuple
public MatrixTuple() -
MatrixTuple
public MatrixTuple(int i, int j, int value)
-
-
Method Details
-
equals
-
hashCode
-
toString
-