Class DenseSparseMatrix

java.lang.Object
org.tribuo.math.la.DenseSparseMatrix
All Implemented Interfaces:
Serializable, Iterable<MatrixTuple>, Matrix, Tensor

public class DenseSparseMatrix extends Object implements Matrix
A matrix which is dense in the first dimension and sparse in the second.

Backed by an array of SparseVector.

See Also: