#include <math.h>
#include <cblas.h>
#include <iostream>
#include <qvmath/qvquaternion.h>
#include <qvmath/qblasdatabuffer.h>
#include <QMetaType>
Go to the source code of this file.
Classes | |
class | QVMatrix |
Implementation of numerical matrices. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const QVMatrix &matrix) |
std::istream & | operator>> (std::istream &is, QVMatrix &matrix) |
uint | qHash (const QVMatrix &matrix) |
Definition in file qvmatrix.h.