pbdBASE (version 0.5-0)

base.rpdtrcon: rpdtrcon

Description

Inverse condition number of a triangular matrix.

Usage

base.rpdtrcon(norm, uplo, diag, n, a, desca)

Arguments

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.

Details

For advanced users only.