Changeset 2353 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Nov 12, 2004, 12:21:24 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r2337 r2353 1 %%% $Id: psLibSDRS.tex,v 1.14 8 2004-11-11 04:03:24 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.149 2004-11-12 22:21:24 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2476 2476 psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline, 2477 2477 const psVector *x, 2478 const psVector *y, 2479 const psVector *yErr); 2478 const psVector *y); 2480 2479 \end{verbatim} 2481 2480 \code{psVectorFitSpline} shall return the spline that best fits the … … 2485 2484 \code{x}. As is the case for \code{psVectorFitPolynomial1D}, if 2486 2485 \code{x} is \code{NULL}, then the index of \code{y} shall be used as 2487 the ordinate; and if \code{yErr} is \code{NULL}, then all the data 2488 errors shall be assumed to be equal. This function must be valid only 2489 for types \code{psF32}, \code{psF64}. 2486 the ordinate. This function must be valid only for types 2487 \code{psF32}, \code{psF64}. 2490 2488 2491 2489 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
