Changeset 3075
- Timestamp:
- Jan 24, 2005, 12:02:16 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r3070 r3075 1 %%% $Id: ChangeLogSDRS.tex,v 1.5 8 2005-01-22 01:57:42 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.59 2005-01-24 22:02:10 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 435 435 \item Added section of Database Functions 436 436 \end{itemize} 437 438 \subsection{Changes from Revision 11 (21 January 2005) to Revision 12 (Present)} 439 440 \begin{itemize} 441 \item In \code{psMatrixLUD}, changed \code{psVector *perm} to 442 \code{psVector **perm} to allow the function to allocate the vector 443 (bug 269). 444 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r3070 r3075 1 %%% $Id: psLibSDRS.tex,v 1.1 69 2005-01-22 01:57:42 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.170 2005-01-24 22:02:16 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3121 3121 3122 3122 \begin{verbatim} 3123 psImage *psMatrixLUD(psImage *out, psVector * perm, const psImage *in);3123 psImage *psMatrixLUD(psImage *out, psVector **perm, const psImage *in); 3124 3124 psVector *psMatrixLUSolve(psVector *out, const psImage *LU, const psVector *RHS, const psVector *perm); 3125 3125 \end{verbatim} … … 3136 3136 This vector shall be created by \code{psMatrixLUD}, and the user need 3137 3137 only pass this to \code{psMatrixLUSolve} before destroying it in the 3138 standard manner. 3138 standard manner. In order to avoid memory leaks, \code{perm} must be 3139 \code{NULL} on calling \code{psMatrixLUD}. 3139 3140 3140 3141 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
