Changeset 5791 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Dec 14, 2005, 2:51:04 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5780 r5791 1 %%% $Id: psLibSDRS.tex,v 1.36 3 2005-12-14 00:22:36 priceExp $1 %%% $Id: psLibSDRS.tex,v 1.364 2005-12-15 00:51:04 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4569 4569 The constructors are: 4570 4570 \begin{prototype} 4571 psPolynomial1D *psPolynomial1DAlloc(psPolynomialType type, 4572 unsigned int nX); 4573 psPolynomial2D *psPolynomial2DAlloc(psPolynomialType type, 4574 unsigned int nX, unsigned int nY); 4575 psPolynomial3D *psPolynomial3DAlloc(psPolynomialType type, 4576 unsigned int nX, unsigned int nY, unsigned int nZ); 4577 psPolynomial4D *psPolynomial4DAlloc(psPolynomialType type, 4578 unsigned int nX, unsigned int nY, unsigned int nZ, unsigned int nT); 4571 psPolynomial1D *psPolynomial1DAlloc(unsigned int nX, 4572 psPolynomialType type); 4573 psPolynomial2D *psPolynomial2DAlloc(unsigned int nX, unsigned int nY, 4574 psPolynomialType type); 4575 psPolynomial3D *psPolynomial3DAlloc(unsigned int nX, unsigned int nY, 4576 unsigned int nZ, psPolynomialType type); 4577 psPolynomial4D *psPolynomial4DAlloc(unsigned int nX, unsigned int nY, 4578 unsigned int nZ, unsigned int nT, 4579 psPolynomialType type); 4579 4580 \end{prototype} 4580 4581 where \code{nX}, \code{nY}, etc specify the polynomial order in the
Note:
See TracChangeset
for help on using the changeset viewer.
