Skip to main content

RemoveDuplicates

Remove the duplicate entries from the sparse matrix

Interface

INTERFACE
MODULE SUBROUTINE csrMat_RemoveDuplicates(obj, isValues)
TYPE(CSRMatrix_), INTENT(INOUT) :: obj
LOGICAL(LGT), INTENT(IN), OPTIONAL :: isValues
END SUBROUTINE csrMat_RemoveDuplicates
END INTERFACE