DUNE-ACFEM (unstable)

Dune::ACFem::OperationTraits< EinsumOperation< Pos1, Pos2, Dims > > Struct Template Reference

Einstein summation, i.e. More...

#include <dune/acfem/tensors/operationtraits.hh>

Detailed Description

template<class Pos1, class Pos2, class Dims>
struct Dune::ACFem::OperationTraits< EinsumOperation< Pos1, Pos2, Dims > >

Einstein summation, i.e.

contraction of tensors over given index positions.

Parameters
Pos1Index positions in first tensor.
Pos2Index positions in second tensor.
ContractDimsShared dimensions of the index positions specified in Pos1 and Pos2.

Requirements: size<Pos1>() == size<Pos2>() == size<ContractDims>().


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 19, 22:31, 2024)