You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

matrixdebug.h 212B

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