Class Hierarchy
- java.lang.Object
- org.tribuo.math.la.DenseMatrix (implements org.tribuo.math.la.Matrix)
- org.tribuo.math.la.DenseMatrix.CholeskyFactorization (implements org.tribuo.math.la.Matrix.Factorization)
- org.tribuo.math.la.DenseMatrix.EigenDecomposition (implements org.tribuo.math.la.Matrix.Factorization)
- org.tribuo.math.la.DenseMatrix.LUFactorization (implements org.tribuo.math.la.Matrix.Factorization)
- org.tribuo.math.la.DenseSparseMatrix (implements org.tribuo.math.la.Matrix)
- org.tribuo.math.la.DenseVector (implements org.tribuo.math.la.SGDVector)
- org.tribuo.math.la.MatrixTuple
- org.tribuo.math.la.SparseVector (implements org.tribuo.math.la.SGDVector)
- org.tribuo.math.la.VectorTuple
Interface Hierarchy
- java.lang.Comparable<T>
- org.tribuo.math.la.MatrixIterator (also extends java.util.Iterator<E>)
- org.tribuo.math.la.VectorIterator (also extends java.util.Iterator<E>)
- java.lang.Iterable<T>
- java.util.Iterator<E>
- org.tribuo.math.la.MatrixIterator (also extends java.lang.Comparable<T>)
- org.tribuo.math.la.VectorIterator (also extends java.lang.Comparable<T>)
- org.tribuo.math.la.Matrix.Factorization
- org.tribuo.protos.ProtoSerializable<T>
- java.io.Serializable