UNIX                    DOS
================================
Configuration.h		config.h
Boolean.h		boolean.h
Complex.h		complex.h
Constants.h		const.h
Error.h			error.h
Functions.h		func.h
IntegerMatrix.h		intmat.h
IntegerVector.h		intvec.h
Interval.h		ival.h
IntervalMatrix.h	ivalmat.h
IntervalVector.h	ivalvec.h
LSS.h			lss.h
Matrix.h		matrix.h
Utilities.h		util.h
Vector.h		vector.h
Complex.C               complex.cpp
Constants.C             const.cpp
Error.C                 error.cpp
Functions.C             func.cpp
IntegerMatrix.C         intmat.cpp
IntegerVector.C         intvec.cpp
Interval.C              ival.cpp
IntervalMatrix.C        ivalmat.cpp
IntervalVector.C        ivalvec.cpp
LSS.C                   lss.cpp
Matrix.C                matrix.cpp
Utilities.C             util.cpp
Vector.C                vector.cpp
Test.C                  test.cpp
RealOp.h		realop.h
RealOp.c		realop.c
