#include <math.h>
#include <cblas.h>
#include <iostream>
#include <qvdefines.h>
#include <qvmath/qvblasdatabuffer.h>
#include <qvmath/qvtensorindexator.h>
Go to the source code of this file.
Classes | |
class | QVTensor |
Implementation of tensors, a generalization for matrices and vectors. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const QVTensor &tensor) |
Definition in file qvtensor.h.