next up previous
Next: About this document ...

Error Reports On LAPACK95 Software

The file lapack95.tgz is already updated


 -------------        -------           --------------------------
    DIRECTORY         ROUTINE              DESCRIPTION OF CHANGE
 -------------        -------           --------------------------
 LAPACK95/SRC       la_sgesvd.f90    Workspace correction
                                     line 153: 
				     NN = MAX( 5, 3*MN + MAX(M,N), 5*MN -4 )
				     -->
				     NN = MAX( 5, 3*MN + MAX(M,N), 5*MN )
				  
                    la_cgesvd.f90    Workspace correction
		                     line 154:
				     RWORK( MAX(1, 3*MIN(M,N),5*MIN(M,N)-4)+4 )
		   		     -->
		   		     RWORK( MAX(1, 5*MIN(M,N)))
				  
 LAPACK95/SRC       la_sposvx.f90    The allocated space for LS was changed
                                     line 204: LS(NN) --> LS(N)				  
                 
		    la_cposvx.f90    The allocated space for LS was changed
		                     line 203: LS(NN) --> LS(N)
						   
 LAPACK95/SRC       la_sposvx.f90    The allocated space for LS was changed
                                     line 196: LS(NN) --> LS(N)
				   
                    la_cppsvx.f90    The allocated space for LS was changed
                                     line 195: LS(NN) --> LS(N)
				  
 LAPACK95/SRC       la_spbsvx.f90    The allocated space for LS was changed
                                     line 205: LS(NN) --> LS(N)
				   
                    la_cpbsvx.f90    The allocated space for LS was changed
                                     line 204: LS(NN) --> LS(N)
				   
 LAPACK95/TESTING   la_sdrvls.f      line 438:
                     (only)          NOUT = INFO90   --> INFO = INFO90
		     
				   
 LAPACK95/TESTING   la_sdrvls.f      The initial value for LWORK is changed

                    la_serrls.f      The calling sequence is changed
		                     line 177:
		                     NMAX, S, RCOND, IRNK, W, 10, IP, INFO )  --> 
                                     NMAX, S, RCOND, IRNK, W, 50*NMAX, IP, INFO )

 LAPACK95/SRC       la_sgelsd.f      Use statement added
                    la_cgelsd.f      USE LA_AUXMOD, ONLY: ERINFO

 LAPACK95/SRC       la_sgelsd1.f     Use statement added
                    la_cgelsd1.f     USE LA_AUXMOD, ONLY: ERINFO

 LAPACK95/SRC/      f77_lapack_single.f90
                                     Removed 2 lines:
				     line 141:  INTERFACE LA_UNMRZ    
				     line 143:  END INTERFACE  

 LAPACK95/SRC/      f77_lapack_double.f90
                                     Removed 2 lines:
				     line 141:  INTERFACE LA_UNMRZ    
				     line 143:  END INTERFACE  

 LAPACK95/SRC/      f77_lapack_single_double.f90
                                     Removed 2 lines:
				     line 239:  INTERFACE LA_UNMRZ    
				     line 241:  END INTERFACE  

 LAPACK95/SRC/      la_sgeevx.f90    
                    la_cgeevx.f90    The allocation schema is changed
		    
		    
 LAPACK95/SRC/      la_sggesx.f90    line 14:
                                     INTEGER, INTENT(INOUT), OPTIONAL :: INFO ->
                                     INTEGER, INTENT(OUT), OPTIONAL :: INFO
				     line 14:
                    la_cggesx.f90    INTEGER, INTENT(INOUT), OPTIONAL :: INFO ->
		                     INTEGER, INTENT(OUT), OPTIONAL :: INFO

 LAPACK95/SRC/      la_sgges.f90     line 14:
                                     INTEGER, INTENT(INOUT), OPTIONAL :: INFO ->
                                     INTEGER, INTENT(OUT), OPTIONAL :: INFO
				     line 14:
                    la_cgges.f90     INTEGER, INTENT(INOUT), OPTIONAL :: INFO ->
		                     INTEGER, INTENT(OUT), OPTIONAL :: INFO
				     
 LAPACK95/SRC/      la_sspsvx.f90    The name of AF parameter is changed 
                                     AF -> AFP		    
		    la_cspsvx.f90    The name of AF parameter is changed  
           	                     AF -> AFP
				     
				     
Note:  Unless otherwise stated, changes to single precision routines (names
beginning with la_s or la_c) apply also to the corresponding double precision
routines (names beginning with la_d and la_z).

Back to LAPACK95 HOMEpage.





Minka Marinova 2000-09-07