IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.