IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2004, 2:39:18 PM (22 years ago)
Author:
evanalst
Message:

Function name change psGetArrayPolynomial to psVectorFitPolynomial1D.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimize.h

    r1281 r1345  
    3939/** Derive a polynomial fit by chi^2 minimisation (analytically) */
    4040psPolynomial1D *
    41 psGetArrayPolynomial(psPolynomial1D *myPoly, ///< Polynomial to fit
    42                      const psVector *restrict x, ///< Ordinates (or NULL to just use the indices)
    43                      const psVector *restrict y, ///< Coordinates
    44                      const psVector *restrict yErr ///< Errors in coordinates, or NULL
    45                     );
     41psVectorFitPolynomial1D(psPolynomial1D *myPoly, ///< Polynomial to fit
     42                        const psVector *restrict x, ///< Ordinates (or NULL to just use the indices)
     43                        const psVector *restrict y, ///< Coordinates
     44                        const psVector *restrict yErr ///< Errors in coordinates, or NULL
     45                       );
    4646
    4747/* \} */ // End of MathGroup Functions
Note: See TracChangeset for help on using the changeset viewer.