IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6099


Ignore:
Timestamp:
Jan 20, 2006, 4:39:19 PM (20 years ago)
Author:
gusciora
Message:

Rewrite of the previous poly fitting tests. These are more complete, and
sonsistent.

Location:
trunk/psLib/test/math
Files:
4 added
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/Makefile.am

    r5819 r6099  
    4141    tst_psSpline1D \
    4242    tst_psRandom \
    43     tst_psPolyFit1DCheby \
    44     tst_psPolyFit1DOrd \
     43    tst_psPolyFit1D \
     44    tst_psPolyFit2D \
     45    tst_psPolyFit3D \
     46    tst_psPolyFit4D \
    4547    tst_psPolyFit2DOrd \
    4648    tst_psPolyFit3DOrd \
     
    8385tst_psStats09_SOURCES =  tst_psStats09.c
    8486tst_psRandom_SOURCES =  tst_psRandom.c
    85 tst_psPolyFit1DCheby_SOURCES = tst_psPolyFit1DCheby.c
    86 tst_psPolyFit1DOrd_SOURCES = tst_psPolyFit1DOrd.c
     87tst_psPolyFit1D_SOURCES = tst_psPolyFit1D.c
     88tst_psPolyFit2D_SOURCES = tst_psPolyFit2D.c
     89tst_psPolyFit3D_SOURCES = tst_psPolyFit3D.c
     90tst_psPolyFit4D_SOURCES = tst_psPolyFit4D.c
    8791tst_psPolyFit2DOrd_SOURCES = tst_psPolyFit2DOrd.c
    8892tst_psPolyFit3DOrd_SOURCES = tst_psPolyFit3DOrd.c
  • trunk/psLib/test/math/tst_psMinimize05.c

    r4862 r6099  
    77 *****************************************************************************/
    88#include <stdio.h>
    9 #include "pslib_strict.h"
     9#include <math.h>
     10#include "pslib.h"
    1011#include "psTest.h"
    11 #include <math.h>
    1212#define N 5
    1313#define MIN_VALUE 20.0
Note: See TracChangeset for help on using the changeset viewer.