Fixed description of chapters.

psblas3-type-indexed
Salvatore Filippone 19 years ago
parent 1f4c73dc76
commit 045f80657f

@ -86,24 +86,30 @@ grid and store internally for further use.
\caption{PSBLAS library components hierarchy.\label{fig:psblas}} \caption{PSBLAS library components hierarchy.\label{fig:psblas}}
\end{figure} \end{figure}
The PSBLAS library consists of two classes of subroutines that is, the The PSBLAS library consists of various classes of subroutines:
{\em computational routines} and the {\em auxiliary routines}. The \begin{description}
computational routine set includes: \item[Computational routines] comprising:
\begin{itemize} \begin{itemize}
\item Sparse matrix by dense matrix product; \item Sparse triangular \item Sparse matrix by dense matrix product;
\item Sparse triangular
systems solution for block diagonal matrices; systems solution for block diagonal matrices;
\item Vector and matrix norms; \item Vector and matrix norms;
\item Dense matrix sums; \item Dense matrix sums;
\item Dot products. \item Dot products.
\end{itemize} \end{itemize}
The auxiliary routine set includes: \item[Communication routines] handling halo and overlap
communications;
\item[Data management and auxiliary routines] including:
\begin{itemize} \begin{itemize}
\item Communication descriptors allocation; \item Communication descriptors allocation;
\item Dense and sparse matrix allocation; \item Dense and sparse matrix allocation;
\item Dense and sparse matrix build and update; \item Dense and sparse matrix build and update;
\item Sparse matrix and data distribution preprocessing. \item Sparse matrix and data distribution preprocessing.
\end{itemize} \end{itemize}
\item[Preconditioner routines]
\item[Iterative methods] a subset of Krylov subspace iterative
methods
\end{description}
The following naming scheme has been adopted for all the symbols The following naming scheme has been adopted for all the symbols
internally defined in the PSBLAS software package: internally defined in the PSBLAS software package:
\begin{itemize} \begin{itemize}

@ -1,4 +1,4 @@
\section{Algebraic routines} \section{Computational routines}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %

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