home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e032 / 3.ddi / FILES / NUMERICA.PAK / MASTER.M < prev    next >
Encoding:
Text File  |  1992-07-29  |  2.9 KB  |  91 lines

  1. (* :Title: Master Declarations File for NumericalMath *)
  2.  
  3. (* :Summary:
  4.     This file contains declarations of all the major symbols
  5.     contained in files in this directory.  Load it, and it sets
  6.     up the symbols with attribute Stub, so the correct package
  7.     will be loaded when the symbol is called.  *)
  8.  
  9. (* :Author: This file created by an automated system written in
  10.     Mathematica by John M. Novak *)
  11.  
  12. (* :History: File created on 2 Apr. 1992 at 14:16 *)
  13.  
  14. (* Declarations for file NumericalMath`Approximations` *)
  15.  
  16. DeclarePackage["NumericalMath`Approximations`",
  17.   {"Bias", "Brake", "Derivatives", "FindCoefficients", 
  18.    "GeneralFindCoefficients", "GeneralLocateExtrema", 
  19.    "GeneralMiniMaxApproximation", "GeneralRationalInterpolation", "GMMA", 
  20.    "GRI", "LocateExtrema", "MiniMaxApproximation", "MMA", "PlotFlag", 
  21.    "PrintFlag", "RationalInterpolation", "RI"}]
  22.  
  23.  
  24. (* Declarations for file NumericalMath`BesselZeros` *)
  25.  
  26. DeclarePackage["NumericalMath`BesselZeros`",
  27.   {"BesselJPrimeYJYPrimeZeros", "BesselJPrimeYPrimeJPrimeYPrimeZeros", 
  28.    "BesselJPrimeZeros", "BesselJYJYZeros", "BesselJZeros", "BesselYPrimeZeros", 
  29.    "BesselYZeros"}]
  30.  
  31.  
  32. (* Declarations for file NumericalMath`Butcher` *)
  33.  
  34. DeclarePackage["NumericalMath`Butcher`",{"RungeKuttaOrderConditions"}]
  35.  
  36.  
  37. (* Declarations for file NumericalMath`CauchyPrincipalValue` *)
  38.  
  39. DeclarePackage["NumericalMath`CauchyPrincipalValue`",{"CauchyPrincipalValue"}]
  40.  
  41.  
  42. (* Declarations for file NumericalMath`ComputerArithmetic` *)
  43.  
  44. DeclarePackage["NumericalMath`ComputerArithmetic`",
  45.   {"Arithmetic", "ComputerNumber", "ExponentRange", "IdealDivide", "MixedMode", 
  46.    "NaN", "RoundingRule", "RoundToEven", "RoundToInfinity", "SetArithmetic", 
  47.    "Truncation"}]
  48.  
  49.  
  50. (* Declarations for file NumericalMath`GaussianQuadrature` *)
  51.  
  52. DeclarePackage["NumericalMath`GaussianQuadrature`",
  53.   {"GaussianQuadratureError", "GaussianQuadratureWeights"}]
  54.  
  55.  
  56. (* Declarations for file NumericalMath`IntervalArithmetic` *)
  57.  
  58. DeclarePackage["NumericalMath`IntervalArithmetic`",{"Interval", "SetEpsilon"}]
  59.  
  60.  
  61. (* Declarations for file NumericalMath`ListIntegrate` *)
  62.  
  63. DeclarePackage["NumericalMath`ListIntegrate`",{"ListIntegrate"}]
  64.  
  65.  
  66. (* Declarations for file NumericalMath`Microscope` *)
  67.  
  68. DeclarePackage["NumericalMath`Microscope`",
  69.   {"MachineError", "Microscope", "MicroscopicError", "Ulp", "Ulps"}]
  70.  
  71.  
  72. (* Declarations for file NumericalMath`NewtonCotes` *)
  73.  
  74. DeclarePackage["NumericalMath`NewtonCotes`",
  75.   {"Closed", "NewtonCotesError", "NewtonCotesWeights", "Open", "Type"}]
  76.  
  77.  
  78. (* Declarations for file NumericalMath`NLimit` *)
  79.  
  80. DeclarePackage["NumericalMath`NLimit`",
  81.   {"EulerRatio", "EulerSum", "ExtraTerms", "ND", "NLimit", "Scale", "Terms"}]
  82.  
  83.  
  84. (* Declarations for file NumericalMath`PolynomialFit` *)
  85.  
  86. DeclarePackage["NumericalMath`PolynomialFit`",
  87.   {"FittingPolynomial", "PolynomialFit"}]
  88.  
  89.  
  90. (* End of Master Package *)
  91.