Question: Finding largest entry in a Matrix

I want to write a code to illustrate complete pivoting. Is there a command to locate the largest (in magnitude) value in a Matrix and return the row and column index? I know I can always write my own code, but a builtin command would be handy.
Please Wait...