您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314
  1. #ifndef MATRIX3X3_H
  2. #define MATRIX3X3_H
  3. #include "utils/matrixmxn.h"
  4. typedef MatrixMxN<3, 3> Matrix3x3;
  5. //class Matrix3x3
  6. //{
  7. //public:
  8. // Matrix3x3();
  9. //};
  10. #endif // MATRIX3X3_H