base.rpdgels {pbdBASE} | R Documentation |
Linear model fitter via rank-revealing QR (with pivoting).
base.rpdgels(tol, m, n, nrhs, a, desca, b, descb)
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. |
For advanced users only. See pbdDMAT for high-level functions.