scipy.sparse.linalg.MatrixRankWarning#

exception scipy.sparse.linalg.MatrixRankWarning[source]#

Warning for exactly singular matrices.

add_note(note, /)#

Add a note to the exception

with_traceback(tb, /)#

Set self.__traceback__ to tb and return self.