| @@ -271,8 +271,15 @@ | |||||
| * | * | ||||
| * Quick return if possible | * Quick return if possible | ||||
| * | * | ||||
| IF( N.EQ.0 ) | |||||
| $ RETURN | |||||
| IF( N.EQ.0 ) THEN | |||||
| DO I = 1, M | |||||
| X(I) = CZERO | |||||
| END DO | |||||
| DO I = 1, P | |||||
| Y(I) = CZERO | |||||
| END DO | |||||
| RETURN | |||||
| END IF | |||||
| * | * | ||||
| * Compute the GQR factorization of matrices A and B: | * Compute the GQR factorization of matrices A and B: | ||||
| * | * | ||||
| @@ -270,8 +270,15 @@ | |||||
| * | * | ||||
| * Quick return if possible | * Quick return if possible | ||||
| * | * | ||||
| IF( N.EQ.0 ) | |||||
| $ RETURN | |||||
| IF( N.EQ.0 ) THEN | |||||
| DO I = 1, M | |||||
| X(I) = ZERO | |||||
| END DO | |||||
| DO I = 1, P | |||||
| Y(I) = ZERO | |||||
| END DO | |||||
| RETURN | |||||
| END IF | |||||
| * | * | ||||
| * Compute the GQR factorization of matrices A and B: | * Compute the GQR factorization of matrices A and B: | ||||
| * | * | ||||
| @@ -270,8 +270,15 @@ | |||||
| * | * | ||||
| * Quick return if possible | * Quick return if possible | ||||
| * | * | ||||
| IF( N.EQ.0 ) | |||||
| $ RETURN | |||||
| IF( N.EQ.0 ) THEN | |||||
| DO I = 1, M | |||||
| X(I) = ZERO | |||||
| END DO | |||||
| DO I = 1, P | |||||
| Y(I) = ZERO | |||||
| END DO | |||||
| RETURN | |||||
| END IF | |||||
| * | * | ||||
| * Compute the GQR factorization of matrices A and B: | * Compute the GQR factorization of matrices A and B: | ||||
| * | * | ||||
| @@ -271,8 +271,15 @@ | |||||
| * | * | ||||
| * Quick return if possible | * Quick return if possible | ||||
| * | * | ||||
| IF( N.EQ.0 ) | |||||
| $ RETURN | |||||
| IF( N.EQ.0 ) THEN | |||||
| DO I = 1, M | |||||
| X(I) = CZERO | |||||
| END DO | |||||
| DO I = 1, P | |||||
| Y(I) = CZERO | |||||
| END DO | |||||
| RETURN | |||||
| END IF | |||||
| * | * | ||||
| * Compute the GQR factorization of matrices A and B: | * Compute the GQR factorization of matrices A and B: | ||||
| * | * | ||||