tensor.h File Reference

Implementation of datatype templated TBCI::Tensor of dynamical rank. More...

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

Include dependency graph for tensor.h:

This graph shows which files directly or indirectly include this file:

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)


Detailed Description

Implementation of datatype templated TBCI::Tensor of dynamical rank.

Definition in file tensor.h.


Generated on Wed Nov 20 09:28:48 2013 for TBCI Numerical high perf. C++ Library by  doxygen 1.5.6