base.rpdtrcon {pbdBASE}R Documentation

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. See pbdDMAT for high-level functions.


[Package pbdBASE version 0.5-3 Index]