Parcourir la source

corrections Readme.txt

Philippe Marion il y a 10 ans
Parent
commit
640b9a9473
1 fichiers modifiés avec 9 ajouts et 6 suppressions
  1. 9 6
      Readme.txt

+ 9 - 6
Readme.txt

@@ -20,16 +20,18 @@
      AUTHORS:
         S. Duminil, Ph. Marion, H. Sadok
 	 University of Littoral Calais, France
-	 E-mail: duminil@lmpa.univ-littoral.fr, sadok@lmpa.univ-littoral.fr, marion@lmpa.univ-littoral.fr
+	 E-mail: duminil@lmpa.univ-littoral.fr, sadok@lmpa.univ-littoral.fr,
+	 marion@lmpa.univ-littoral.fr
 
 		
-	 Mohammed Heyouni
+	Mohammed Heyouni
         University Mohammed Premier Oujda, Maroc
         E-mail: mohammed.heyouni@gmail.com
 
-      REFERENCE:
+      REFERENCES:
 	
-	- CMRH: A new method for solving non symmetric linear systems based on the  	  Hessenberg reduction algorithms, Numer. Algorithms, 20, (1999), pp 303-321
+	- CMRH: A new method for solving non symmetric linear systems based on the
+	Hessenberg reduction algorithms, Numer. Algorithms, 20, (1999), pp 303-321
         - A new implementation of the CMRH method for solving dense linear systems, 
 	  J. Comput. Appl. Math., 213 (2008), pp 387-399
 	- A parallel implementation of the CMRH method for dense linear systems, 
@@ -58,9 +60,10 @@ The main directory contains the following files
 * Fortran 90 subroutines : 
 
 -makefile	      	: to install and config all fortran programs
--inputfile.dat      	: In this file, we choose the size of system, the choice of 			  matrix, the choice of solution and the print version
+-inputfile.dat      	: In this file, we choose the size of system, the choice of
+ 			  matrix, the choice of solution and the print version
 -initialisation.f90 	: This file creates inputfile.dat 
--CMRH.f90      	: CMRH program
+-CMRH.f90      		: CMRH program
 -PCMRH.f90		: Parallel CMRH program
 -helsing.f90		: Matrix test stored in matrixfile.dat
 -rbf.f90		: Matrix test stored in matrixfile.dat