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

1234567891011
  1. #ifndef MATRIXDEBUG_H
  2. #define MATRIXDEBUG_H
  3. #include <QDebug>
  4. #include "matrixmxn.h"
  5. uge_gm_tmpl_mn QDebug operator<<(QDebug dbg, const MatrixMxN<M, N>& v);
  6. #include "matrixdebug.hxx"
  7. #endif // MATRIXDEBUG_H