#include <cblas.h>
#include <iostream>
#include <QSharedData>
#include <qtensor/qtensorindexator.h>
Go to the source code of this file.
Classes | |
class | QTensor |
Implementation of tensors, a generalization for matrices and vectors. More... | |
Defines | |
#define | MIN(X, Y) (((X)<(Y))?(X):(Y)) |
#define | MAX(X, Y) (((X)>(Y))?(X):(Y)) |
Functions | |
std::ostream & | operator<< (std::ostream &os, const QTensor &tensor) |
Definition in file qtensor.h.