IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4862


Ignore:
Timestamp:
Aug 23, 2005, 5:25:07 PM (21 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/test/math
Files:
24 edited

Legend:

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

    r4816 r4862  
    112112
    113113test: check
     114
  • trunk/psLib/test/math/tst_psMinimize05.c

    r4859 r4862  
    3434    psS32 i;
    3535
     36    //
     37    // Simply ensure that the coordinate data was passed correctly.
     38    //
    3639    for (i=0;i<N;i++) {
    3740        coordData = ((psVector *) (myCoords->data[i]))->data.F32[0];
  • trunk/psLib/test/math/verified/tst_psFunc01.stdout

    r4547 r4862  
    7474\**********************************************************************************/
    7575
    76 Gaussian Deviate [0] is 30.267838
    77 Gaussian Deviate [1] is 29.823797
    78 Gaussian Deviate [2] is 33.348816
    79 Gaussian Deviate [3] is 31.467281
    80 Gaussian Deviate [4] is 31.995049
    81 Gaussian Deviate [5] is 27.444996
    82 Gaussian Deviate [6] is 25.206570
    83 Gaussian Deviate [7] is 28.641439
    84 Gaussian Deviate [8] is 29.921818
    85 Gaussian Deviate [9] is 31.787111
    86 Gaussian Deviate [10] is 29.964705
    87 Gaussian Deviate [11] is 27.406887
    88 Gaussian Deviate [12] is 28.664040
    89 Gaussian Deviate [13] is 30.363417
    90 Gaussian Deviate [14] is 31.662102
    91 Gaussian Deviate [15] is 28.903503
    92 Gaussian Deviate [16] is 28.723936
    93 Gaussian Deviate [17] is 30.014177
    94 Gaussian Deviate [18] is 28.660292
    95 Gaussian Deviate [19] is 28.344475
    96 Gaussian Deviate [20] is 31.225000
    97 Gaussian Deviate [21] is 29.264824
    98 Gaussian Deviate [22] is 29.421013
    99 Gaussian Deviate [23] is 28.166250
    100 Gaussian Deviate [24] is 28.832390
    101 Gaussian Deviate [25] is 30.129230
    102 Gaussian Deviate [26] is 30.093487
    103 Gaussian Deviate [27] is 28.498547
    104 Gaussian Deviate [28] is 29.711535
    105 Gaussian Deviate [29] is 32.951122
     76Gaussian Deviate [0] is 30.795286
     77Gaussian Deviate [1] is 34.264950
     78Gaussian Deviate [2] is 28.948183
     79Gaussian Deviate [3] is 26.356329
     80Gaussian Deviate [4] is 28.616852
     81Gaussian Deviate [5] is 29.745865
     82Gaussian Deviate [6] is 28.830563
     83Gaussian Deviate [7] is 26.857296
     84Gaussian Deviate [8] is 32.969559
     85Gaussian Deviate [9] is 30.269176
     86Gaussian Deviate [10] is 28.163614
     87Gaussian Deviate [11] is 28.077215
     88Gaussian Deviate [12] is 26.504436
     89Gaussian Deviate [13] is 28.474297
     90Gaussian Deviate [14] is 30.329622
     91Gaussian Deviate [15] is 30.493885
     92Gaussian Deviate [16] is 30.816671
     93Gaussian Deviate [17] is 32.729324
     94Gaussian Deviate [18] is 32.068352
     95Gaussian Deviate [19] is 25.999083
     96Gaussian Deviate [20] is 30.370560
     97Gaussian Deviate [21] is 30.207680
     98Gaussian Deviate [22] is 27.520786
     99Gaussian Deviate [23] is 35.993179
     100Gaussian Deviate [24] is 29.437201
     101Gaussian Deviate [25] is 27.759834
     102Gaussian Deviate [26] is 28.791586
     103Gaussian Deviate [27] is 26.677267
     104Gaussian Deviate [28] is 31.450001
     105Gaussian Deviate [29] is 31.395319
    106106
    107107---> TESTPOINT PASSED (psFunctions functions{p_psGaussianDev()} | tst_psFunc01.c)
  • trunk/psLib/test/math/verified/tst_psFunc02.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|main
     1<HOST>|I|main
    22    Following should generate an error message.
    3 <DATE><TIME>|<HOST>|E|psSpline1DAlloc (FILE:LINENO)
     3<HOST>|E|psSpline1DAlloc (FILE:LINENO)
    44    Error: max and min are equal.
    5 <DATE><TIME>|<HOST>|I|main
     5<HOST>|I|main
    66    Following should generate an error message
    7 <DATE><TIME>|<HOST>|E|psSpline1DAlloc (FILE:LINENO)
     7<HOST>|E|psSpline1DAlloc (FILE:LINENO)
    88    Error: max and min are equal.
    9 <DATE><TIME>|<HOST>|I|main
     9<HOST>|I|main
    1010    Following should generate an error message.
    11 <DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
     11<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
    1212    Unallowable operation: psVector bounds or its data is NULL.
    13 <DATE><TIME>|<HOST>|I|main
     13<HOST>|I|main
    1414    Following should generate an error message.
    15 <DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
     15<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
    1616    Unallowable operation: psVector bounds has no elements.
  • trunk/psLib/test/math/verified/tst_psFunc08.stderr

    r4581 r4862  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testPoly1DEval
     7<HOST>|I|testPoly1DEval
    88    Following should generate error message invalid type
    9 <DATE><TIME>|<HOST>|E|psPolynomial1DEval (FILE:LINENO)
     9<HOST>|E|psPolynomial1DEval (FILE:LINENO)
    1010    Unknown polynomial type 0x63 found.  Evaluation failed.
    1111
     
    1818\**********************************************************************************/
    1919
    20 <DATE><TIME>|<HOST>|I|testPoly1DEvalVector
     20<HOST>|I|testPoly1DEvalVector
    2121    Following should generate an error message for NULL polynomial
    22 <DATE><TIME>|<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
     22<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
    2323    Unallowable operation: polynomial poly or its coeffs is NULL.
    24 <DATE><TIME>|<HOST>|I|testPoly1DEvalVector
     24<HOST>|I|testPoly1DEvalVector
    2525    Following should generate an error message for NULL input vector
    26 <DATE><TIME>|<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
     26<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
    2727    Unallowable operation: psVector x or its data is NULL.
    28 <DATE><TIME>|<HOST>|I|testPoly1DEvalVector
     28<HOST>|I|testPoly1DEvalVector
    2929    Following should generate an error message for invalid input type
    30 <DATE><TIME>|<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
     30<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
    3131    Unallowable operation: psVector x has incorrect type.
    3232
  • trunk/psLib/test/math/verified/tst_psFunc09.stderr

    r4581 r4862  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testPoly2DEval
     7<HOST>|I|testPoly2DEval
    88    Following should generate error message invalid type
    9 <DATE><TIME>|<HOST>|E|psPolynomial2DEval (FILE:LINENO)
     9<HOST>|E|psPolynomial2DEval (FILE:LINENO)
    1010    Unknown polynomial type 0x63 found.  Evaluation failed.
    1111
     
    1818\**********************************************************************************/
    1919
    20 <DATE><TIME>|<HOST>|I|testPoly2DEvalVector
     20<HOST>|I|testPoly2DEvalVector
    2121    Following should generate an error message for NULL polynomial
    22 <DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     22<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
    2323    Unallowable operation: polynomial poly or its coeffs is NULL.
    24 <DATE><TIME>|<HOST>|I|testPoly2DEvalVector
     24<HOST>|I|testPoly2DEvalVector
    2525    Following should generate an error message for NULL input vector
    26 <DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     26<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
    2727    Unallowable operation: psVector x or its data is NULL.
    28 <DATE><TIME>|<HOST>|I|testPoly2DEvalVector
     28<HOST>|I|testPoly2DEvalVector
    2929    Following should generate an error message for NULL input vector
    30 <DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     30<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
    3131    Unallowable operation: psVector y or its data is NULL.
    32 <DATE><TIME>|<HOST>|I|testPoly2DEvalVector
     32<HOST>|I|testPoly2DEvalVector
    3333    Following should generate an error message for invalid input type
    34 <DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     34<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
    3535    Unallowable operation: psVector x has incorrect type.
    36 <DATE><TIME>|<HOST>|I|testPoly2DEvalVector
     36<HOST>|I|testPoly2DEvalVector
    3737    Following should generate an error message for invalid input type
    38 <DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     38<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
    3939    Unallowable operation: psVector y has incorrect type.
    4040
  • trunk/psLib/test/math/verified/tst_psFunc10.stderr

    r4581 r4862  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testPoly3DEval
     7<HOST>|I|testPoly3DEval
    88    Following should generate error message invalid type
    9 <DATE><TIME>|<HOST>|E|psPolynomial3DEval (FILE:LINENO)
     9<HOST>|E|psPolynomial3DEval (FILE:LINENO)
    1010    Unknown polynomial type 0x63 found.  Evaluation failed.
    1111
     
    1818\**********************************************************************************/
    1919
    20 <DATE><TIME>|<HOST>|I|testPoly3DEvalVector
     20<HOST>|I|testPoly3DEvalVector
    2121    Following should generate an error message for NULL polynomial
    22 <DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     22<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
    2323    Unallowable operation: polynomial poly or its coeffs is NULL.
    24 <DATE><TIME>|<HOST>|I|testPoly3DEvalVector
     24<HOST>|I|testPoly3DEvalVector
    2525    Following should generate an error message for NULL input vector
    26 <DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     26<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
    2727    Unallowable operation: psVector x or its data is NULL.
    28 <DATE><TIME>|<HOST>|I|testPoly3DEvalVector
     28<HOST>|I|testPoly3DEvalVector
    2929    Following should generate an error message for NULL input vector
    30 <DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     30<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
    3131    Unallowable operation: psVector y or its data is NULL.
    32 <DATE><TIME>|<HOST>|I|testPoly3DEvalVector
     32<HOST>|I|testPoly3DEvalVector
    3333    Following should generate an error message for NULL input vector
    34 <DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     34<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
    3535    Unallowable operation: psVector z or its data is NULL.
    36 <DATE><TIME>|<HOST>|I|testPoly3DEvalVector
     36<HOST>|I|testPoly3DEvalVector
    3737    Following should generate an error message for invalid input type
    38 <DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     38<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
    3939    Unallowable operation: psVector x has incorrect type.
    40 <DATE><TIME>|<HOST>|I|testPoly3DEvalVector
     40<HOST>|I|testPoly3DEvalVector
    4141    Following should generate an error message for invalid input type
    42 <DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     42<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
    4343    Unallowable operation: psVector y has incorrect type.
    44 <DATE><TIME>|<HOST>|I|testPoly3DEvalVector
     44<HOST>|I|testPoly3DEvalVector
    4545    Following should generate an error message for invalid input type
    46 <DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     46<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
    4747    Unallowable operation: psVector z has incorrect type.
    4848
  • trunk/psLib/test/math/verified/tst_psFunc11.stderr

    r4581 r4862  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testPoly4DEval
     7<HOST>|I|testPoly4DEval
    88    Following should generate error message invalid type
    9 <DATE><TIME>|<HOST>|E|psPolynomial4DEval (FILE:LINENO)
     9<HOST>|E|psPolynomial4DEval (FILE:LINENO)
    1010    Unknown polynomial type 0x63 found.  Evaluation failed.
    1111
     
    1818\**********************************************************************************/
    1919
    20 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     20<HOST>|I|testPoly4DEvalVector
    2121    Following should generate an error message for NULL polynomial
    22 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     22<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    2323    Unallowable operation: polynomial poly or its coeffs is NULL.
    24 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     24<HOST>|I|testPoly4DEvalVector
    2525    Following should generate an error message for NULL input vector
    26 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     26<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    2727    Unallowable operation: psVector x or its data is NULL.
    28 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     28<HOST>|I|testPoly4DEvalVector
    2929    Following should generate an error message for NULL input vector
    30 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     30<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    3131    Unallowable operation: psVector y or its data is NULL.
    32 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     32<HOST>|I|testPoly4DEvalVector
    3333    Following should generate an error message for NULL input vector
    34 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     34<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    3535    Unallowable operation: psVector z or its data is NULL.
    36 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     36<HOST>|I|testPoly4DEvalVector
    3737    Following should generate an error message for NULL input vector
    38 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     38<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    3939    Unallowable operation: psVector t or its data is NULL.
    40 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     40<HOST>|I|testPoly4DEvalVector
    4141    Following should generate an error message for invalid input type
    42 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     42<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    4343    Unallowable operation: psVector y has incorrect type.
    44 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     44<HOST>|I|testPoly4DEvalVector
    4545    Following should generate an error message for invalid input type
    46 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     46<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    4747    Unallowable operation: psVector z has incorrect type.
    48 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     48<HOST>|I|testPoly4DEvalVector
    4949    Following should generate an error message for invalid input type
    50 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     50<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    5151    Unallowable operation: psVector t has incorrect type.
    52 <DATE><TIME>|<HOST>|I|testPoly4DEvalVector
     52<HOST>|I|testPoly4DEvalVector
    5353    Following should generate an error message for invalid input type
    54 <DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     54<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
    5555    Unallowable operation: psVector x has incorrect type.
    5656
  • trunk/psLib/test/math/verified/tst_psHist00.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|main
     1<HOST>|I|main
    22    Following should generate an error message.
    3 <DATE><TIME>|<HOST>|E|psHistogramAlloc (FILE:LINENO)
     3<HOST>|E|psHistogramAlloc (FILE:LINENO)
    44    Error: (lower > upper) (30.000000 20.000000)
  • trunk/psLib/test/math/verified/tst_psHist02.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|main
     1<HOST>|I|main
    22    Following should generate an error message.
    3 <DATE><TIME>|<HOST>|E|psVectorHistogram (FILE:LINENO)
     3<HOST>|E|psVectorHistogram (FILE:LINENO)
    44    Unallowable operation: out is NULL.
    5 <DATE><TIME>|<HOST>|I|main
     5<HOST>|I|main
    66    Following should generate an error message.
    7 <DATE><TIME>|<HOST>|E|psVectorHistogram (FILE:LINENO)
     7<HOST>|E|psVectorHistogram (FILE:LINENO)
    88    Unallowable operation: psVector values or its data is NULL.
  • trunk/psLib/test/math/verified/tst_psMatrix02.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
     1<HOST>|E|psMatrixTranspose (FILE:LINENO)
    22    Invalid operation: Pointer to in is same as out.
    3 <DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
     3<HOST>|E|psMatrixTranspose (FILE:LINENO)
    44    Unallowable operation: psImage in or its data is NULL.
    5 <DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
     5<HOST>|E|psMatrixTranspose (FILE:LINENO)
    66    Invalid operation. in not PS_TYPE_F64.
  • trunk/psLib/test/math/verified/tst_psMatrix03.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|E|psMatrixLUD (FILE:LINENO)
     1<HOST>|E|psMatrixLUD (FILE:LINENO)
    22    Unallowable operation: psImage in or its data is NULL.
    3 <DATE><TIME>|<HOST>|E|psMatrixLUSolve (FILE:LINENO)
     3<HOST>|E|psMatrixLUSolve (FILE:LINENO)
    44    Unallowable operation: psVector RHS or its data is NULL.
    5 <DATE><TIME>|<HOST>|E|psMatrixLUSolve (FILE:LINENO)
     5<HOST>|E|psMatrixLUSolve (FILE:LINENO)
    66    Unallowable operation: psImage LU or its data is NULL.
  • trunk/psLib/test/math/verified/tst_psMatrix04.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|E|psMatrixInvert (FILE:LINENO)
     1<HOST>|E|psMatrixInvert (FILE:LINENO)
    22    Unallowable operation: psImage in or its data is NULL.
    3 <DATE><TIME>|<HOST>|E|psMatrixInvert (FILE:LINENO)
     3<HOST>|E|psMatrixInvert (FILE:LINENO)
    44    Unallowable operation: determinant is NULL.
  • trunk/psLib/test/math/verified/tst_psMatrix07.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|main
     1<HOST>|I|main
    22    Following should generate an error.
    3 <DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
     3<HOST>|E|psMatrixToVector (FILE:LINENO)
    44    Unallowable operation: psImage inImage or its data is NULL.
    5 <DATE><TIME>|<HOST>|I|main
     5<HOST>|I|main
    66    Following should generate an error.
    7 <DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
     7<HOST>|E|psMatrixToVector (FILE:LINENO)
    88    Unallowable operation: psImage inImage or its data is NULL.
    9 <DATE><TIME>|<HOST>|I|main
     9<HOST>|I|main
    1010    Following should generate error message
    11 <DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
     11<HOST>|E|psMatrixToVector (FILE:LINENO)
    1212    Image does not have dim with 1 col or 1 row: (2 x 2).
    13 <DATE><TIME>|<HOST>|I|main
     13<HOST>|I|main
    1414    Following should generate error message
    15 <DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
     15<HOST>|E|psMatrixToVector (FILE:LINENO)
    1616    Image does not have dim with 1 col or 1 row: (2 x 2).
    17 <DATE><TIME>|<HOST>|I|main
     17<HOST>|I|main
    1818    Following should generate an error message
    19 <DATE><TIME>|<HOST>|E|psVectorToMatrix (FILE:LINENO)
     19<HOST>|E|psVectorToMatrix (FILE:LINENO)
    2020    Unallowable operation: psVector inVector or its data is NULL.
    21 <DATE><TIME>|<HOST>|I|main
     21<HOST>|I|main
    2222    Following should generate an error message
    23 <DATE><TIME>|<HOST>|E|psVectorToMatrix (FILE:LINENO)
     23<HOST>|E|psVectorToMatrix (FILE:LINENO)
    2424    Unallowable operation: psVector inVector or its data is NULL.
  • trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic03.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|main
     1<HOST>|I|main
    22    Following should generate an error message
    3 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     3<HOST>|E|psBinaryOp (FILE:LINENO)
    44    Unallowable operation: input1 is NULL.
    5 <DATE><TIME>|<HOST>|I|main
     5<HOST>|I|main
    66    Following should generate an error message
    7 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     7<HOST>|E|psBinaryOp (FILE:LINENO)
    88    Unallowable operation: input2 is NULL.
    9 <DATE><TIME>|<HOST>|I|main
     9<HOST>|I|main
    1010    Following should generate an error message
    11 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     11<HOST>|E|psBinaryOp (FILE:LINENO)
    1212    Unallowable operation: op is NULL.
    13 <DATE><TIME>|<HOST>|I|main
     13<HOST>|I|main
    1414    Following should generate an error message
    15 <DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
     15<HOST>|E|psUnaryOp (FILE:LINENO)
    1616    Unallowable operation: in is NULL.
    17 <DATE><TIME>|<HOST>|I|main
     17<HOST>|I|main
    1818    Following should generate an error message
    19 <DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
     19<HOST>|E|psUnaryOp (FILE:LINENO)
    2020    Unallowable operation: op is NULL.
    21 <DATE><TIME>|<HOST>|I|main
     21<HOST>|I|main
    2222    Following should generate an error message
    23 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     23<HOST>|E|psBinaryOp (FILE:LINENO)
    2424    ptr input1 has type 1028, ptr input2 has type 1032.
    25 <DATE><TIME>|<HOST>|I|main
     25<HOST>|I|main
    2626    Following should generate an error message
    27 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     27<HOST>|E|psBinaryOp (FILE:LINENO)
    2828    Specified psImage dimensions differed, 2x2 vs 3x3.
    29 <DATE><TIME>|<HOST>|I|main
     29<HOST>|I|main
    3030    Following should generate an error message
    31 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     31<HOST>|E|psBinaryOp (FILE:LINENO)
    3232    Number of elements inconsistent, 2 vs 3.  Number of elements must match.
    33 <DATE><TIME>|<HOST>|I|main
     33<HOST>|I|main
    3434    Following should generate an error message
    35 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     35<HOST>|E|psBinaryOp (FILE:LINENO)
    3636    Number of elements inconsistent, 2 vs 3.  Number of elements must match.
    37 <DATE><TIME>|<HOST>|I|main
     37<HOST>|I|main
    3838    Following should generate an two error messages
    39 <DATE><TIME>|<HOST>|E|psVectorRecycle (FILE:LINENO)
     39<HOST>|E|psVectorRecycle (FILE:LINENO)
    4040    The input psVector must have a vector dimension type.
    41 <DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
     41<HOST>|E|psUnaryOp (FILE:LINENO)
    4242    Couldn't create a proper output psVector.
    43 <DATE><TIME>|<HOST>|I|main
     43<HOST>|I|main
    4444    Following should generate error message
    45 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     45<HOST>|E|psBinaryOp (FILE:LINENO)
    4646    The minimum operation is not supported with complex data.
    47 <DATE><TIME>|<HOST>|I|main
     47<HOST>|I|main
    4848    Following should generate an error message
    49 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     49<HOST>|E|psBinaryOp (FILE:LINENO)
    5050    The maximum operation is not supported with complex data.
    51 <DATE><TIME>|<HOST>|I|main
     51<HOST>|I|main
    5252    Following should generate an error messgae
    53 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     53<HOST>|E|psBinaryOp (FILE:LINENO)
    5454    Specified operation, yarg, is not supported.
    55 <DATE><TIME>|<HOST>|I|main
     55<HOST>|I|main
    5656    Following should generate an error message
    57 <DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
     57<HOST>|E|psUnaryOp (FILE:LINENO)
    5858    Specified operation, yarg, is not supported.
    59 <DATE><TIME>|<HOST>|I|main
     59<HOST>|I|main
    6060    Following should generate an error message
    61 <DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
     61<HOST>|E|psBinaryOp (FILE:LINENO)
    6262    Unallowable operation: input1 has incorrect dimensionality.
    63 <DATE><TIME>|<HOST>|I|main
     63<HOST>|I|main
    6464    Following should generate an error message
    65 <DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
     65<HOST>|E|psUnaryOp (FILE:LINENO)
    6666    Specified parameter, in, has invalid dimensionality, 4.
  • trunk/psLib/test/math/verified/tst_psMinimize04.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|t03
     1<HOST>|I|t03
    22    Following should generate an error for null input polynomial.
    3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
     3<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial poly or its coeffs is NULL.
  • trunk/psLib/test/math/verified/tst_psMinimize04_F32.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|t03
     1<HOST>|I|t03
    22    Following should generate an error for null input polynomial.
    3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
     3<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial poly or its coeffs is NULL.
  • trunk/psLib/test/math/verified/tst_psMinimize04b.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|t03
     1<HOST>|I|t03
    22    Following should generate an error for null arguments.
    3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
     3<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial poly or its coeffs is NULL.
  • trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|t03
     1<HOST>|I|t03
    22    Following should generate an error for null arguments.
    3 <DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
     3<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
    44    Unallowable operation: polynomial poly or its coeffs is NULL.
  • trunk/psLib/test/math/verified/tst_psMinimize05.stderr

    r4547 r4862  
    1 <DATE><TIME>|<HOST>|I|t02
     1<HOST>|I|t02
    22    Following should generate error for null minimize.
    3 <DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
     3<HOST>|E|psMinimizePowell (FILE:LINENO)
    44    Unallowable operation: min is NULL.
    5 <DATE><TIME>|<HOST>|I|t02
     5<HOST>|I|t02
    66    Following should generate error for null parameter vector
    7 <DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
     7<HOST>|E|psMinimizePowell (FILE:LINENO)
    88    Unallowable operation: psVector params or its data is NULL.
    9 <DATE><TIME>|<HOST>|I|t02
     9<HOST>|I|t02
    1010    Following should generate error for null coords.
    11 <DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
     11<HOST>|E|psMinimizePowell (FILE:LINENO)
    1212    Unallowable operation: coords is NULL.
    13 <DATE><TIME>|<HOST>|I|t02
     13<HOST>|I|t02
    1414    Following should generate error for null function
    15 <DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
     15<HOST>|E|psMinimizePowell (FILE:LINENO)
    1616    Unallowable operation: func is NULL.
  • trunk/psLib/test/math/verified/tst_psRandom.stderr

    r4547 r4862  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testRandomAlloc
     7<HOST>|I|testRandomAlloc
    88    Invalid type, should generate error message
    9 <DATE><TIME>|<HOST>|E|psRandomAlloc (FILE:LINENO)
     9<HOST>|E|psRandomAlloc (FILE:LINENO)
    1010    Unknown Random Number Generator Type
    1111
     
    1818\**********************************************************************************/
    1919
    20 <DATE><TIME>|<HOST>|I|testRandomUniform
     20<HOST>|I|testRandomUniform
    2121    NULL psRandom variable, should generate error message
    22 <DATE><TIME>|<HOST>|E|psRandomUniform (FILE:LINENO)
     22<HOST>|E|psRandomUniform (FILE:LINENO)
    2323    Random variable is NULL.
    2424
     
    3131\**********************************************************************************/
    3232
    33 <DATE><TIME>|<HOST>|I|testRandomGaussian
     33<HOST>|I|testRandomGaussian
    3434    NULL psRandom variable, should generate error message
    35 <DATE><TIME>|<HOST>|E|psRandomGaussian (FILE:LINENO)
     35<HOST>|E|psRandomGaussian (FILE:LINENO)
    3636    Random variable is NULL.
    3737
     
    4444\**********************************************************************************/
    4545
    46 <DATE><TIME>|<HOST>|I|testRandomPoisson
     46<HOST>|I|testRandomPoisson
    4747    NULL psRandom variable, should generate error message
    48 <DATE><TIME>|<HOST>|E|psRandomPoisson (FILE:LINENO)
     48<HOST>|E|psRandomPoisson (FILE:LINENO)
    4949    Random variable is NULL.
    5050
     
    5757\**********************************************************************************/
    5858
    59 <DATE><TIME>|<HOST>|I|testRandomResetUniform
     59<HOST>|I|testRandomResetUniform
    6060    Reset a NULL psRandom variable, should generate an error message
    61 <DATE><TIME>|<HOST>|E|psRandomReset (FILE:LINENO)
     61<HOST>|E|psRandomReset (FILE:LINENO)
    6262    Random variable is NULL.
    6363
  • trunk/psLib/test/math/verified/tst_psStats00.stderr

    r4547 r4862  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testStatsSampleMeanF32
     7<HOST>|I|testStatsSampleMeanF32
    88    Following should generate warning message
    9 <DATE><TIME>|<HOST>|W|psVectorStats
     9<HOST>|W|psVectorStats
    1010    WARNING: psVectorStats(): p_psVectorSampleMean() returned an error.
    11 <DATE><TIME>|<HOST>|I|testStatsSampleMeanF32
     11<HOST>|I|testStatsSampleMeanF32
    1212    Following should generate an error message.
    13 <DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
     13<HOST>|E|psVectorStats (FILE:LINENO)
    1414    Unallowable operation: psVector in or its data is NULL.
    15 <DATE><TIME>|<HOST>|I|testStatsSampleMeanF32
     15<HOST>|I|testStatsSampleMeanF32
    1616    Following should generate an error message.
    17 <DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
     17<HOST>|E|psVectorStats (FILE:LINENO)
    1818    Unallowable operation: stats is NULL.
    1919
  • trunk/psLib/test/math/verified/tst_psStats01.stderr

    r4547 r4862  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testStatsMaxF32
     7<HOST>|I|testStatsMaxF32
    88    Following should generate error message
    9 <DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
     9<HOST>|E|psVectorStats (FILE:LINENO)
    1010    Failed to calculate vector maximum
    1111
  • trunk/psLib/test/math/verified/tst_psStats02.stderr

    r4547 r4862  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testStatsMinF32
     7<HOST>|I|testStatsMinF32
    88    Following should generate error message
    9 <DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
     9<HOST>|E|psVectorStats (FILE:LINENO)
    1010    Failed to calculate vector minimum
    1111
Note: See TracChangeset for help on using the changeset viewer.