Computes or estimates the condition number.
# S3 method for ddmatrix
kappa(z, exact = FALSE, norm = NULL,
method = c("qr", "direct"), ...)# S4 method for ddmatrix
rcond(x, norm = c("O", "I", "1"),
triangular = FALSE, ...)
logical. Determines whether exact condition number or approximation should be computed.
character. Determines which matrix norm is to be used.
character. Determines the method use in computing condition number.
Extra arguments.
numeric distributed matrices.
logical. If true, only the lower triangle is used.
Returns a number.