Changeset 933
- Timestamp:
- Jun 8, 2004, 10:12:36 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r927 r933 1 %%% $Id: psLibSDRS.tex,v 1.5 2 2004-06-08 19:46:20 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.53 2004-06-08 20:12:36 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 2296 2296 2297 2297 \begin{verbatim} 2298 psImage *psMatrixLUD(psImage *out, ps Image *in);2299 psVector *psMatrixLUSolve(psVector *out, const psImage *LU, const psVector *RHS );2298 psImage *psMatrixLUD(psImage *out, psVector *perm, const psImage *in); 2299 psVector *psMatrixLUSolve(psVector *out, const psImage *LU, const psVector *RHS, const psVector *perm); 2300 2300 \end{verbatim} 2301 2301 The above functions decompose a matrix, \code{in}, into its $LU$ … … 2307 2307 \code{psF32, psF64}. The output and input vectors and images must all 2308 2308 have the same data type. 2309 2310 The GSL routines require the use of a permutation vector, \code{perm}. 2311 This vector shall be created by \code{psMatrixLUD}, and the user need 2312 only pass this to \code{psMatrixLUSolve} before destroying it in the 2313 standard manner. 2309 2314 2310 2315 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
