Fixed various typographical issues.

psblas3-type-indexed
Salvatore Filippone 18 years ago
parent 9c02321b5d
commit 86e2196e95

@ -14,7 +14,7 @@ the module \verb|psb_krylov_mod|.
\subroutine{psb\_krylov \label{krylov}}{Krylov Methods Driver Routine}
This subroutine is a driver that provides a general interface for all
the Krylov-Subspace family methods implemented in PSBLAS-2.0.
the Krylov-Subspace family methods implemented in PSBLAS version 2.
The stopping criterion is the normwise backward error, in the infinity
norm, i.e. the iteration is stopped when
@ -31,9 +31,9 @@ $r_i=b-Ax_i$ the corresponding residual at the $i$-th iteration.
\begin{description}
\item[\bf On Entry]
\item[method] a string that defines the iterative method to be
used. Valid values in PSBLAS-2.0 are:
used. Supported values are:
\begin{description}
\item[CG]: the Conjugate gradient method;
\item[CG]: the Conjugate Gradient method;
\item[CGS]:the Conjugate Gradient Stabilized method;
\item[BICG]: the Bi-Conjugate Gradient method;

@ -1137,13 +1137,13 @@ An integer value; 0 means no error has been detected.
\begin{enumerate}
\item The output $nz$ is always the size of the output generated by
the current call; thus, if \verb|append=.true.|, the total output
size will be $nzin+nz$, with the newly extracted rows stored in
size will be $nzin+nz$, with the newly extracted coefficients stored in
entries \verb|nzin+1:nzin+nz| of the array arguments;
\item When \verb|append=.true.| the output arrays are reallocated as
necessary;
\item The row and column indices are returned in the local numbering
scheme; if the global numbering is desired, the user may emply the
\verb|psb_loc_to_glob| routine.
\verb|psb_loc_to_glob| routine on the output.
\end{enumerate}

@ -75,7 +75,7 @@
\begin{document}
\include{title}
\cleardoublepage
\begingroup
\renewcommand*{\thepage}{toc}
\pagenumbering{roman} % Roman numbering
@ -83,7 +83,7 @@
\tableofcontents
\endgroup
\newpage
\cleardoublepage
\pagenumbering{arabic} % Arabic numbering
\setcounter{page}{1} % Chapters start on page 1
@ -99,7 +99,7 @@
\include{precs}
\include{methods}
\clearpage
\cleardoublepage
\begin{thebibliography}{99}
%

@ -80,7 +80,7 @@ module \verb|psb_util_mod|.
%\subroutine{PSB\_HBIO\_MOD}{Input/Output in Harwell-Boeing format}
\subroutine*{hb\_read}{Read a sparse matrix from a file in the
\subroutine{hb\_read}{Read a sparse matrix from a file in the
Harwell--Boeing format}
\syntax{call hb\_read}{a, iret, iunit, filename, b, mtitle}
@ -118,7 +118,7 @@ An integer value; 0 means no error has been detected.
\subroutine*{hb\_write}{Write a sparse matrix to a file in the Harwell--Boeing format}
\subroutine{hb\_write}{Write a sparse matrix to a file in the Harwell--Boeing format}
\syntax{call hb\_write}{a, iret, iunit, filename, key, rhs, mtitle}
@ -165,7 +165,7 @@ An integer value; 0 means no error has been detected.
%\subroutine{PSB\_MMIO\_MOD}{Input/Output in MatrixMarket format}
\subroutine*{mm\_mat\_read}{Read a sparse matrix from a file in the MatrixMarket format}
\subroutine{mm\_mat\_read}{Read a sparse matrix from a file in the MatrixMarket format}
\syntax{call mm\_mat\_read}{a, iret, iunit, filename}
\begin{description}
@ -192,7 +192,7 @@ An integer value; 0 means no error has been detected.
\subroutine*{mm\_mat\_write}{Write a sparse matrix to a file in the MatrixMarket format}
\subroutine{mm\_mat\_write}{Write a sparse matrix to a file in the MatrixMarket format}
\syntax{call mm\_mat\_write}{a, mtitle, iret, iunit, filename}
\begin{description}
\item[\bf On Entry ]

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save