Algthms.h
上传用户:weigute
上传日期:2007-03-02
资源大小:1287k
文件大小:1k
- //////////////////////////////////////////////////////////////////////
- // Algthms.h
- //
- // 算法库通用头文件。请在需调用的工作文件中包含此文件。
- //
- // 周长发编制, 2002/8
- //////////////////////////////////////////////////////////////////////
- #ifndef ____ALGORITHMS_LIB_HEADER_____
- #define ____ALGORITHMS_LIB_HEADER_____
- #include "Complex.h" // 复数运算
- #include "Matrix.h" // 矩阵运算
- #include "LEquations.h" // 线性方程组运算
- #include "NLequation.h" // 非线性方程和方程组运算
- #include "Interpolate.h" // 插值运算
- #include "Integral.h" // 数值积分运算
- #endif // #ifndef ____ALGORITHMS_LIB_HEADER_____