Package org.flag4j.core.sparse_base
Interface SparseTensorMixin
- All Known Implementing Classes:
ComplexSparseTensorBase
,CooCMatrix
,CooCTensor
,CooCVector
,CooMatrix
,CooTensor
,CooVector
,CsrCMatrix
,CsrMatrix
,RealSparseTensorBase
,SparseTensorBase
public interface SparseTensorMixin
This interface specifies methods which all sparse tensor, matrices, and vectors should implement.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sorts the indices of this tensor in lexicographical order while maintaining the associated value for each index.
-
Method Details
-
sortIndices
void sortIndices()Sorts the indices of this tensor in lexicographical order while maintaining the associated value for each index.
-