IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2005, 10:20:32 AM (21 years ago)
Author:
gusciora
Message:

Additional tests for psSPline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/verified/tst_psSpline1D.stdout

    r5155 r5181  
    1 /***************************** TESTPOINT ******************************************\
    2 *             TestFile: tst_psSpline1D.c                                           *
    3 *            TestPoint: psSpline functions{psSpline1DAlloc()}                      *
    4 *             TestType: Positive                                                   *
    5 \**********************************************************************************/
    61
    7 
    8 ---> TESTPOINT PASSED (psSpline functions{psSpline1DAlloc()} | tst_psSpline1D.c)
    9 
    10 t00(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a very
     2psSplineEvalTest_sub00(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a very
    113simple x->y mapping (defined by myFunc00()).  We do this for both F32
    124and F64 versions of the input x and y vectors.
    13 /***************************** TESTPOINT ******************************************\
    14 *             TestFile: tst_psSpline1D.c                                           *
    15 *            TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F32, F32} *
    16 *             TestType: Positive                                                   *
    17 \**********************************************************************************/
    185
    19 
    20 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F32, F32} | tst_psSpline1D.c)
    21 
    22 /***************************** TESTPOINT ******************************************\
    23 *             TestFile: tst_psSpline1D.c                                           *
    24 *            TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F64, F64} *
    25 *             TestType: Positive                                                   *
    26 \**********************************************************************************/
    27 
    28 
    29 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F64, F64} | tst_psSpline1D.c)
    30 
    31 t00b(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a
     6psSplineEvalTest_sub00b(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a
    327more complicated x->y mapping (defined by myFunc00b()).  We do this for
    338both F32 and F64 versions of the input x and y vectors.
    34 /***************************** TESTPOINT ******************************************\
    35 *             TestFile: tst_psSpline1D.c                                           *
    36 *            TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F32, F32} *
    37 *             TestType: Positive                                                   *
    38 \**********************************************************************************/
    399
    40 
    41 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F32, F32} | tst_psSpline1D.c)
    42 
    43 /***************************** TESTPOINT ******************************************\
    44 *             TestFile: tst_psSpline1D.c                                           *
    45 *            TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F64, F64} *
    46 *             TestType: Positive                                                   *
    47 \**********************************************************************************/
    48 
    49 
    50 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F64, F64} | tst_psSpline1D.c)
    51 
    52 /***************************** TESTPOINT ******************************************\
    53 *             TestFile: tst_psSpline1D.c                                           *
    54 *            TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEvalVector(), F32, F32} *
    55 *             TestType: Positive                                                   *
    56 \**********************************************************************************/
    57 
     10psSplineEvalTest_sub00c(): This is similar to psSplineEvalTest_sub00b()
     11except that the x vector is NULL.
    5812Testing psSpline1DEvalVector() with an F32 vector.
    5913Testing psSpline1DEvalVector() with an F64 vector.
    60 
    61 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEvalVector(), F32, F32} | tst_psSpline1D.c)
    62 
Note: See TracChangeset for help on using the changeset viewer.