LA_GELS computes the minimum-norm least squares solution to one or
more real or complex linear systems of the form Ax = b, A^Tx = b or
A^H*x = b using a QR or LQ factorization of A. Matrix A is
rectangular assumed to be of full rank. The vectors b and
corresponding solution vectors x are the columns of matrices denoted
B and X, respectively.
LAPACK95 interface driver routine (version 3.0) --
UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK
September, 2000
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.