IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2004, 3:43:58 PM (22 years ago)
Author:
gusciora
Message:

Added F32 types for the VectorFit routine.

File:
1 edited

Legend:

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

    r1846 r1953  
    88 *  @author George Gusciora, MHPCC
    99 *
    10  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-09-22 01:30:21 $
     10 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-10-05 01:43:58 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818#define PS_MINIMIZE_H
    1919
     20#include <stdio.h>
     21#include <float.h>
     22#include <math.h>
     23
     24#include "psMemory.h"
     25#include "psVector.h"
     26#include "psArray.h"
     27#include "psImage.h"
     28#include "psMatrix.h"
    2029#include "psFunctions.h"
    21 #include "psArray.h"
    22 #include "psVector.h"
    23 #include "psMatrix.h"
     30#include "psTrace.h"
     31#include "psLogMsg.h"
     32#include "psError.h"
     33#include "psAbort.h"
     34#include "psConstants.h"
     35
    2436
    2537/** \file psMinimize.h
     
    4456                                    float tol);
    4557
    46 /** Derive a polynomial fit by chi^2 minimisation (analytically)
     58/** Derive a polynomial fit.
    4759 *
    4860 *  psVectorFitPolynomial1d returns the polynomial that best fits the
Note: See TracChangeset for help on using the changeset viewer.