Xped
Loading...
Searching...
No Matches
Tensor.hpp File Reference
#include <random>
#include <string>
#include <vector>
#include "seq/seq.h"
#include "spdlog/spdlog.h"
#include "yas/serialize.hpp"
#include "yas/std_types.hpp"
#include "Xped/Util/Macros.hpp"
#include "Xped/Util/Bool.hpp"
#include "Xped/Util/Constfct.hpp"
#include "Xped/Util/Mpi.hpp"
#include "Xped/Core/FusionTree.hpp"
#include "Xped/Core/Qbasis.hpp"
#include "Xped/Core/ScalarTraits.hpp"
#include "Xped/Core/TensorTypedefs.hpp"
#include "Xped/Core/storage/StorageType.hpp"
#include "Xped/Core/treepair.hpp"
#include "Xped/Interfaces/PlainInterface.hpp"
#include "Xped/Core/allocators/HeapPolicy.hpp"
#include "Xped/Core/TensorBase.hpp"
#include "Xped/Core/TensorHelper.hpp"
#include "Core/Tensor.cpp"
Include dependency graph for Tensor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Xped::TensorTraits< Tensor< Scalar_, Rank_, CoRank_, Symmetry_, false, AllocationPolicy_ > >
 
class  Xped::Tensor< Scalar_, Rank, CoRank, Symmetry_, false, AllocationPolicy_ >
 

Namespaces

namespace  Xped
 

Functions

template<bool TRACK = false, typename Scalar , typename OtherScalar , std::size_t Rank, std::size_t MiddleRank, std::size_t CoRank, typename Symmetry >
Tensor< std::common_type_t< Scalar, OtherScalar >, Rank, CoRank, Symmetry, false > Xped::operator* (XPED_CONST Tensor< Scalar, Rank, MiddleRank, Symmetry, false > &left, XPED_CONST Tensor< OtherScalar, MiddleRank, CoRank, Symmetry, false > &right)
 
template<bool TRACK = false, typename Scalar , typename OtherScalar , std::size_t Rank, std::size_t MiddleRank, std::size_t CoRank, typename Symmetry >
Tensor< std::common_type_t< Scalar, OtherScalar >, Rank, CoRank, Symmetry, false > Xped::operator* (Tensor< Scalar, Rank, MiddleRank, Symmetry, false > &&left, Tensor< OtherScalar, MiddleRank, CoRank, Symmetry, false > &&right)