docs/html/node35.html
 docs/html/node36.html
 docs/psblas-3.2.pdf
 docs/src/datastruct.tex

Fixed docs for tril/triu.
psblas-3.2.0
Salvatore Filippone 11 years ago
parent 33724f0b6d
commit 9f99a6f782

@ -79,7 +79,9 @@ A variable of type <code>psb_Tspmat_type</code>.
Scope: <B>local</B>.
<BR></DD>
<DT><STRONG>diag</STRONG></DT>
<DD>How many additional diagonals above the main one, default 0.
<DD>Include diagonals up to this one; <code>diag=1</code> means the
first superdiagonal, <code>diag=-1</code> means the first subdiagonal.
Default 0.
</DD>
<DT><STRONG>imin,imax,jmin,jmax</STRONG></DT>
<DD>Minimum and maximum row and column indices.

@ -79,7 +79,9 @@ A variable of type <code>psb_Tspmat_type</code>.
Scope: <B>local</B>.
<BR></DD>
<DT><STRONG>diag</STRONG></DT>
<DD>How many additional diagonals below the main one, default 0.
<DD>Include diagonals up to this one; <code>diag=1</code> means the
first superdiagonal, <code>diag=-1</code> means the first subdiagonal.
Default 0.
</DD>
<DT><STRONG>imin,imax,jmin,jmax</STRONG></DT>
<DD>Minimum and maximum row and column indices.

File diff suppressed because it is too large Load Diff

@ -785,7 +785,9 @@ the range \verb|1:imax-imin+1,1:jmax-jmin+1|.
\item[a] the sparse matrix.\\
A variable of type \verb|psb_Tspmat_type|.\\
Scope: {\bf local}.\\
\item[diag] How many additional diagonals above the main one, default 0.
\item[diag] Include diagonals up to this one; \verb|diag=1| means the
first superdiagonal, \verb|diag=-1| means the first subdiagonal.
Default 0.
\item[imin,imax,jmin,jmax] Minimum and maximum row and column indices.\\
Type: optional.
\item[rscale,cscale] Whether to rescale row/column indices.
@ -814,7 +816,9 @@ the range \verb|1:imax-imin+1,1:jmax-jmin+1|.
\item[a] the sparse matrix.\\
A variable of type \verb|psb_Tspmat_type|.\\
Scope: {\bf local}.\\
\item[diag] How many additional diagonals below the main one, default 0.
\item[diag] Include diagonals up to this one; \verb|diag=1| means the
first superdiagonal, \verb|diag=-1| means the first subdiagonal.
Default 0.
\item[imin,imax,jmin,jmax] Minimum and maximum row and column indices.\\
Type: optional.
\item[rscale,cscale] Whether to rescale row/column indices.

Loading…
Cancel
Save