SpECTRE  v2024.05.11
tenex::OuterProduct< T1, T2, IndexList1, IndexList2, ArgsList1, ArgsList2 > Struct Template Reference

Defines the tensor expression representing the outer product of two tensor expressions. More...

Detailed Description

template<typename T1, typename T2, typename IndexList1 = typename T1::index_list, typename IndexList2 = typename T2::index_list, typename ArgsList1 = typename T1::args_list, typename ArgsList2 = typename T2::args_list>
struct tenex::OuterProduct< T1, T2, IndexList1, IndexList2, ArgsList1, ArgsList2 >

Defines the tensor expression representing the outer product of two tensor expressions.

Details

For details on aliases and members defined in this class, as well as general TensorExpression terminology used in its members' documentation, see documentation for TensorExpression.

Template Parameters
T1the left operand expression of the outer product expression
T2the right operand expression of the outer product expression

The documentation for this struct was generated from the following file: