IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35767 for trunk/psLib/test


Ignore:
Timestamp:
Jul 3, 2013, 2:30:22 PM (13 years ago)
Author:
eugene
Message:

add new psMinimizeLMChi2 function with new convergence criterion; add threaded version of psImageSmoothNoMask

Location:
trunk/psLib/test
Files:
3 edited
3 copied

Legend:

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

    r32725 r35767  
    1717        tap_psImagePixelManip \
    1818        tap_psImageSmooth \
     19        tap_psImageSmoothMask_Threaded \
    1920        tap_psImageSmooth_PreAlloc \
    2021        tap_psImageStructManip \
  • trunk/psLib/test/math/Makefile.am

    r28998 r35767  
    4848        tap_psMatrixVectorArithmetic04 \
    4949        tap_psMinimizePowell \
     50        tap_psMinimizeLMM \
     51        tap_psMinimizeLMM_Alt \
     52        tap_psMinimizeLMM_Trail \
    5053        tap_psSpline1D \
    5154        tap_psPolynomialMD \
  • trunk/psLib/test/pstap/src/pstap.h

    r12738 r35767  
    144144    } \
    145145}
     146
     147# define ok_float      is_float     
     148# define ok_float_tol  is_float_tol
     149# define ok_double     is_double   
     150# define ok_double_tol is_double_tol
     151# define ok_str        is_str         
     152# define ok_strn       is_strn     
     153# define ok_int        is_int         
     154# define ok_long       is_long     
     155# define ok_bool       is_bool     
Note: See TracChangeset for help on using the changeset viewer.