Function that computes the condition number of a matrix.
Returns the condition number of the matrix m. The condition number is defined as the ration between maximum and the minimum singular values. If the matrix is singular returns a condition number of 1.e300.
|