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.c

    r1278 r1345  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-07-22 23:40:08 $
     11 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-07-30 00:39:14 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    869869 *****************************************************************************/
    870870psPolynomial1D *
    871 psGetArrayPolynomial(psPolynomial1D *myPoly,
    872                      const psVector *restrict x,
    873                      const psVector *restrict y,
    874                      const psVector *restrict yErr)
     871psVectorFitPolynomial1D(psPolynomial1D *myPoly,
     872                        const psVector *restrict x,
     873                        const psVector *restrict y,
     874                        const psVector *restrict yErr)
    875875{
    876876    int polyOrder = myPoly->n;
     
    886886    psVector *xSums = NULL;
    887887
    888     //    printf("psGetArrayPolynomial()\n");
     888    //    printf("psVectorFitPolynomial1D()\n");
    889889    //    for (i=0;i<x->n;i++) {
    890890    //        printf("(x, y, yErr) is (%f, %f, %f)\n", x->data.F64[i], y->data.F64[i], yErr->data.F64[i]);
Note: See TracChangeset for help on using the changeset viewer.