base.rpdtrcon {pbdBASE} | R Documentation |
Inverse condition number of a triangular matrix.
base.rpdtrcon(norm, uplo, diag, n, a, desca)
norm |
Type of norm. |
uplo |
Triangle where information is stored. |
diag |
Specifies if the matrix is unit triangular or not. |
n |
Problem size |
a |
Matrix. |
desca |
ScaLAPACK descriptor array. |
For advanced users only. See pbdDMAT for high-level functions.