⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mathclass.h

📁 basic mathematic classes used for math programming
💻 H
字号:
#ifndef	_MATHCLASS_H_#define	_MATHCLASS_H_#include <iostream.h>#include <math.h>#include <assert.h>typedef double m_real;
#ifndef	M_PI
#define	M_PI	3.14159265358979323846
#endif

extern m_real EPS;
#include "math_macro.h"
#include "mathtool.h"#include "position.h"#include "vector.h"#include "unit_vector.h"#include "matrix.h"
#include "quater.h"

#include "transf.h"#include "transq.h"
#include "complex.h"
#include "interval.h"#include "box.h"#include "vectorN.h"#include "matrixN.h"#include "smatrixN.h"#include "optimize.h"#endif	// _MATHCLASS_H_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -