next up previous contents index
Next: Purpose Up: Generalized Linear Least Squares Previous: Generalized Linear Least Squares   Contents   Index


LA_GGLSE


SUBROUTINE LA_GGLSE( A, B, C, D, X, INFO=info ) 

type(wp), INTENT( INOUT ) :: A( :, : ), B(:,:), C(:), D(:)
type(wp), INTENT( OUT ) :: X(:)
INTEGER, INTENT(OUT), OPTIONAL :: INFO
where
type ::= REAL $\mid$ COMPLEX
wp ::= KIND(1.0) $\mid$ KIND(1.0D0)




Susan Blackford 2001-08-19