pbdBASE (version 0.5-0)

base.rpdpotrf: rpdpotrf

Description

Cholesky factorization.

Usage

base.rpdpotrf(uplo, n, a, desca)

Arguments

uplo

Triangle where the information is stored (in the symmetric matrix).

n

Problem size.

a

Matrix.

desca

ScaLAPACK descriptor array.

Details

For advanced users only.