PiecewiseFitPkg.config
NOTE: This package is out of date. Use PiecewiseFit.install
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
Bier, February 6, 1989 6:42:06 pm PST
Maureen Stone, September 23, 1987 5:31:00 pm PDT
PiecewiseFitPkg: CONFIGURATION
IMPORTS CedarProcess, Complex, Cubic2, Cubic2Extras, CubicPathsExtras, LinearSystem, Lines2d, Real, RealFns, Vectors2d
EXPORTS ALL
CONTROL CubicImpl, LSFitImpl, LSPieceImpl, LSCurveImpl, PiecewiseCubicImpl, PiecewiseFitImpl
= BEGIN
LSFitImpl;
LSPieceImpl;
LSCurveImpl;
PiecewiseCubicImpl;
PiecewiseFitImpl;
CubicImpl;
END.