Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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