Package org.ejml.data

Interface DMatrixSparse

    • Method Detail

      • createCoordinateIterator

        java.util.Iterator<DMatrixSparse.CoordinateRealValue> createCoordinateIterator()
        Creates an iterator which will go through each non-zero value in the sparse matrix. Order is not defined and is implementation specific
        Returns:
        Iterator