mathlib.h

来自「这是一款用C++编写的实现gmm算法的程序」· C头文件 代码 · 共 28 行

H
28
字号
/*
  Copyright (c) 2008 Eric Sauser, 
  LASA Lab, EPFL, CH-1015 Lausanne, Switzerland, 
  http://lasa.epfl.ch
*/

#ifndef __MATHLIB_H__
#define __MATHLIB_H__

//#define  USE_T_EXTENSIONS

#include <math.h>
#include "Macros.h"
#include "Vector.h"
#ifdef  USE_T_EXTENSIONS
#include "TVector.h"
#include "Vector3.h"
#endif
#include "Matrix.h"
#ifdef USE_T_EXTENSIONS
#include "TMatrix.h"
#include "Matrix3.h"
#include "Matrix4.h"
#include "Referential.h"
#endif

#endif

⌨️ 快捷键说明

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