Interface SparseStructure
-
- All Known Subinterfaces:
SparseMatrix
- All Known Implementing Classes:
Basis
,CSRSparseMatrix
,DOKSparseMatrix
,LILSparseMatrix
,SparseVector
public interface SparseStructure
This 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 int
nNonZeros()
Get the number of non-zero entries in the structure.
-