base.rpdgels {pbdBASE}R Documentation

rpdgels

Description

Linear model fitter via rank-revealing QR (with pivoting).

Usage

base.rpdgels(tol, m, n, nrhs, a, desca, b, descb)

Arguments

tol

Numerical tolerance for the QR.

m, n

Problem size.

nrhs

Number of right hand sides.

a

Left hand side.

desca

ScaLAPACK descriptor array.

b

Right hand side.

descb

ScaLAPACK descriptor array.

Details

For advanced users only.


[Package pbdBASE version 0.5-0 Index]