By running ??MatrixRank, I see that it has an optional argument named Method.
However, this argument is not in the documentation for MatrixRank, and I'd like to know what the available alternatives are (the default being Gaussian Elimination from what I can tell from the implementation notes in the documentation). Specifically, I have a very large very sparse matrix for which there may be a significantly faster algorithm than Gaussian Elimination (which seems to be the case from some research online)
Can anyone tell me what the possible values of Method are?