Interface SparseStructure
-
- All Known Subinterfaces:
SparseMatrix
- All Known Implementing Classes:
Basis,CSRSparseMatrix,DOKSparseMatrix,LILSparseMatrix,SparseVector
public interface SparseStructureThis interface defines common operations on sparse structures such as sparse vector or sparse matrix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intnNonZeros()Get the number of non-zero entries in the structure.
-