IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2004, 1:03:03 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1185 r1191  
    3838/** Derive a polynomial fit by chi^2 minimisation (analytically) */
    3939psPolynomial1D *
    40 psGetArrayPolynomial(psPolynomial1D myPoly, ///< Polynomial to fit
     40psGetArrayPolynomial(psPolynomial1D *myPoly, ///< Polynomial to fit
    4141                     const psVector *restrict x, ///< Ordinates (or NULL to just use the indices)
    4242                     const psVector *restrict y, ///< Coordinates
Note: See TracChangeset for help on using the changeset viewer.