PiecewiseFitPkg.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Maureen Stone August 30, 1984 10:33:11 am PDT
Doug Wyatt, September 5, 1985 1:40:58 pm PDT
PiecewiseFitPkg: CONFIGURATION
IMPORTS Complex, Real, RealFns
EXPORTS ALL
CONTROL CubicImpl, LinearSystemImpl, LSFitImpl, LSPieceImpl, LSCurveImpl, PiecewiseCubicImpl, PiecewiseFitImpl
= BEGIN
LSFitImpl;
LSPieceImpl;
LSCurveImpl;
PiecewiseCubicImpl;
PiecewiseFitImpl;
CubicImpl;
LinearSystemImpl;
END.