IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2006, 10:08:58 AM (20 years ago)
Author:
gusciora
Message:

I added tests for psImageSmooth, modified the psStats stuff and the Min
routines.

File:
1 edited

Legend:

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

    r6216 r6226  
    1919    tst_psMatrixVectorArithmetic03 \
    2020    tst_psMatrixVectorArithmetic04 \
    21     tst_psMinimize05 \
    22     tst_psMinimize06 \
     21    tst_psMinimizePowell \
     22    tst_psMinimizeLMM \
    2323    tst_psStats00 \
    2424    tst_psStats01 \
     
    5858tst_psMatrixVectorArithmetic03_SOURCES =  tst_psMatrixVectorArithmetic03.c
    5959tst_psMatrixVectorArithmetic04_SOURCES =  tst_psMatrixVectorArithmetic04.c
    60 tst_psMinimize05_SOURCES =  tst_psMinimize05.c
    61 tst_psMinimize06_SOURCES =  tst_psMinimize06.c
     60tst_psMinimizePowell_SOURCES = tst_psMinimizePowell.c
     61tst_psMinimizeLMM_SOURCES = tst_psMinimizeLMM.c
    6262tst_psStats00_SOURCES =  tst_psStats00.c
    6363tst_psStats01_SOURCES =  tst_psStats01.c
Note: See TracChangeset for help on using the changeset viewer.