IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1191


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

...

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMinimize.c

    r1190 r1191  
    790790    }
    791791
     792    // Build the B and A data structs.
    792793    for(k=0;k<(polyOrder);k++) {
    793794        for (i=0;i<X->n;i++) {
  • trunk/psLib/src/math/psMinimize.c

    r1190 r1191  
    790790    }
    791791
     792    // Build the B and A data structs.
    792793    for(k=0;k<(polyOrder);k++) {
    793794        for (i=0;i<X->n;i++) {
  • 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.