- Enclosing class:
- SparseMatrix<T>
public class SparseMatrix.SparseMatrixChunk
extends Object
A public representation of the internal structure of the sparse matrix, i.e. a map of chunks
(each of which is a flattened two-dimensional array).
We need to publish the internal structure to be able to efficiently export it through web-services.