psblas3-type-indexed
Salvatore Filippone 18 years ago
parent 05a5d8fa37
commit 4c71393ce5

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

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