<> <> <> <> <> <> <> 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.