IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2006, 11:09:08 AM (20 years ago)
Author:
gusciora
Message:

This file contains some of the generic math functions which
were previously in psStats and psSpline and psMinimize.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimizePolyFit.c

    r6226 r6305  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-01-27 20:08:58 $
     12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-02-02 21:09:07 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3434#include "psBinaryOp.h"
    3535#include "psLogMsg.h"
     36#include "psMathUtils.h"
    3637/*****************************************************************************/
    3738/* DEFINE STATEMENTS                                                         */
     
    684685            f->data.F64[i] = y->data.F64[x->n-1];
    685686        } else {
    686             fScalar = p_psVectorInterpolate((psVector *) x, (psVector *) y,
    687                                             3, &tmpScalar);
     687            fScalar = p_psVectorInterpolate(NULL, (psVector *) x, (psVector *) y, 3, &tmpScalar);
    688688            if (fScalar == NULL) {
    689689                psError(PS_ERR_UNKNOWN, false, "Could not perform vector interpolation.  Returning NULL.\n");
Note: See TracChangeset for help on using the changeset viewer.