#include "vector.h"
#include "index.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Classes | |
| class | TBCI::TensErr |
| class | TBCI::CTensor< T > |
| Note (KG, 981214): We don't handle rank == 0. More... | |
| class | TBCI::Tensor< T > |
| Tensor class including arithmetics. More... | |
Functions | |
| template<typename T> | |
| std::ostream & | TBCI::operator<< (std::ostream &os, const CTensor< T > &ct) |
| template<typename T> | |
| std::istream & | TBCI::operator>> (std::istream &is, CTensor< T > &ct) |
| template<typename T> | |
| Tensor< T > | TBCI::ctrmul (const Tensor< T > &t1, const Tensor< T > &t2, const unsigned i1, const unsigned i2) |
| template<typename T> | |
| Tensor< T > | TBCI::metrmul (const Tensor< T > &metr, const Tensor< T > &t, const unsigned i1, const unsigned i2) |
| template<typename T> | |
| Tensor< T > | TBCI::dctmul (const Tensor< T > &t0, const Tensor< T > &t1) |
| template<typename T> | |
| Tensor< T > | TBCI::operator* (const T m, const Tensor< T > &t) |
Definition in file tensor.h.
1.5.6