base.rpdtrcon: rpdtrcon

Description Usage Arguments Details

View source: R/base_scalapack.r

Description

Inverse condition number of a triangular matrix.

Usage

1
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.


pbdBASE documentation built on March 26, 2020, 9:37 p.m.