Changeset 3075 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jan 24, 2005, 12:02:16 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
