Computes the reciprocal condition number, using either the infinity norm of the 1 norm.
@param A The matrix this is a decomposition of
@param norm Either Norm.One or Norm.Infinity
@return The reciprocal condition number. Values close to unity indicate awell-conditioned system, while numbers close to zero do not.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.