From: SKoT M. <sko...@us...> - 2002-05-16 20:16:21
|
uid=48785(skotmcdonald) gid=100(users) groups=100(users),10881(musickit),50918(mathkit) MathKit/Framework MathMatrix.h,1.1 MathMatrix.m,1.1 MathMem.c,1.1 MathMem.h,1.1 MathVector.h,1.1 MathVector.m,1.1 MathVector_Arith.m,1.1 MathVector_Complex.m,1.1 MathVector_DSP.m,1.1 MathVector_FnApp.m,1.1 MathVector_Plot.m,1.1 MathVector_Statistics.m,1.1 MathComplexMatrix.h,1.4 MathComplexMatrix.m,1.4 MathFFTProducer.h,1.8 MathFFTProducer.m,1.10 MathFnsVector.h,1.5 MathKit.h,1.10 MathMatrixProtocol.h,1.4 MathRealMatrix.h,1.7 MathRealMatrix.m,1.6 MathTypes.h,1.7 MathWaveletAnalyzer.h,1.8 MathWaveletAnalyzer.m,1.11 MathWaveletFactory.h,1.5 MathWaveletFactory.m,1.5 MathWaveletFactoryLogGabor.m,1.6 MathComplexVector.h,NONE MathComplexVector.m,NONE MathRealVector.m,NONE MathRealVector_Arith.m,NONE MathRealVector_DSP.m,NONE MathRealVector_FnApp.m,NONE MathRealVector_Plot.m,NONE MathRealVector_Statistics.m,NONE Thu May 16 13:16:21 PDT 2002 Update of /cvsroot/mathkit/MathKit/Framework In directory usw-pr-cvs1:/tmp/cvs-serv529 Modified Files: MathComplexMatrix.h MathComplexMatrix.m MathFFTProducer.h MathFFTProducer.m MathFnsVector.h MathKit.h MathMatrixProtocol.h MathRealMatrix.h MathRealMatrix.m MathTypes.h MathWaveletAnalyzer.h MathWaveletAnalyzer.m MathWaveletFactory.h MathWaveletFactory.m MathWaveletFactoryLogGabor.m Added Files: MathMatrix.h MathMatrix.m MathMem.c MathMem.h MathVector.h MathVector.m MathVector_Arith.m MathVector_Complex.m MathVector_DSP.m MathVector_FnApp.m MathVector_Plot.m MathVector_Statistics.m Removed Files: MathComplexVector.h MathComplexVector.m MathRealVector.m MathRealVector_Arith.m MathRealVector_DSP.m MathRealVector_FnApp.m MathRealVector_Plot.m MathRealVector_Statistics.m Log Message: Major refactoring of Math(Real,Complex)Vector into single unified class Mathvector. Imaginary storage now allocated as needed or directed by user. New MathMatrix class is still experimental and unfinished, ignore those files for the moment... |