IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2004, 12:27:06 PM (22 years ago)
Author:
gusciora
Message:

Added F64 version of spline eval tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psFunc00.c

    r1811 r1985  
    33    allocated and deallocated by the psPolynomialXXXlloc() procedures.
    44    It also calls the various psPolynomialXXXEval() procedures.
     5 
     6    The F32 and F64 polynomials are tested for all orders (1 - 4) and for
     7    both ordinary and chebyshev polynomials.
     8 
     9    NOTE: This test code requries the stdout file to verify that the results
     10    are good.
    511 *****************************************************************************/
    612#include <stdio.h>
     
    1218#define MISC_X_VALUE 5.0
    1319#define MISC_INT_NUMBER 35
    14 #define NUM_BINS 200
    1520#define AN 2
    1621#define BN 4
     
    6065    }
    6166    printFooter(stdout,
    62                 "psStats functions",
     67                "psFunctions functions",
    6368                "Allocate/Deallocate the psPolynomial1D structure.",
    6469                testStatus);
     
    9095    }
    9196    printFooter(stdout,
    92                 "psStats functions",
     97                "psFunctions functions",
    9398                "Allocate/Deallocate the psPolynomial2D structure.",
    9499                testStatus);
     
    121126    }
    122127    printFooter(stdout,
    123                 "psStats functions",
     128                "psFunctions functions",
    124129                "Allocate/Deallocate the psPolynomial3D structure.",
    125130                testStatus);
     
    155160    }
    156161    printFooter(stdout,
    157                 "psStats functions",
     162                "psFunctions functions",
    158163                "Allocate/Deallocate the psPolynomial4D structure.",
    159164                testStatus);
     
    185190    }
    186191    printFooter(stdout,
    187                 "psStats functions",
     192                "psFunctions functions",
    188193                "Allocate/Deallocate the psDPolynomial1D structure.",
    189194                testStatus);
     
    211216    }
    212217    printFooter(stdout,
    213                 "psStats functions",
     218                "psFunctions functions",
    214219                "Allocate/Deallocate the psDPolynomial2D structure.",
    215220                testStatus);
     
    242247    }
    243248    printFooter(stdout,
    244                 "psStats functions",
     249                "psFunctions functions",
    245250                "Allocate/Deallocate the psDPolynomial3D structure.",
    246251                testStatus);
     
    276281    }
    277282    printFooter(stdout,
    278                 "psStats functions",
     283                "psFunctions functions",
    279284                "Allocate/Deallocate the psDPolynomial4D structure.",
    280285                testStatus);
     
    306311    }
    307312    printFooter(stdout,
    308                 "psStats functions",
     313                "psFunctions functions",
    309314                "Allocate/Deallocate the psPolynomial1D structure (CHEBYSHEV).",
    310315                testStatus);
     
    335340    }
    336341    printFooter(stdout,
    337                 "psStats functions",
     342                "psFunctions functions",
    338343                "Allocate/Deallocate the psPolynomial2D structure (CHEBYSHEV).",
    339344                testStatus);
     
    366371    }
    367372    printFooter(stdout,
    368                 "psStats functions",
     373                "psFunctions functions",
    369374                "Allocate/Deallocate the psPolynomial3D structure (CHEBYSHEV).",
    370375                testStatus);
     
    400405    }
    401406    printFooter(stdout,
    402                 "psStats functions",
     407                "psFunctions functions",
    403408                "Allocate/Deallocate the psPolynomial4D structure (CHEBYSHEV).",
    404409                testStatus);
     
    430435    }
    431436    printFooter(stdout,
    432                 "psStats functions",
     437                "psFunctions functions",
    433438                "Allocate/Deallocate the psDPolynomial1D structure (CHEBYSHEV).",
    434439                testStatus);
     
    456461    }
    457462    printFooter(stdout,
    458                 "psStats functions",
     463                "psFunctions functions",
    459464                "Allocate/Deallocate the psDPolynomial2D structure (CHEBYSHEV).",
    460465                testStatus);
     
    487492    }
    488493    printFooter(stdout,
    489                 "psStats functions",
     494                "psFunctions functions",
    490495                "Allocate/Deallocate the psDPolynomial3D structure (CHEBYSHEV).",
    491496                testStatus);
     
    521526    }
    522527    printFooter(stdout,
    523                 "psStats functions",
     528                "psFunctions functions",
    524529                "Allocate/Deallocate the psDPolynomial4D structure (CHEBYSHEV).",
    525530                testStatus);
Note: See TracChangeset for help on using the changeset viewer.