SpECTRE  2021.08.02
TensorExpressions::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 TensorExpressions::OuterProduct< T1, T2, IndexList1, IndexList2, ArgsList1, ArgsList2 >

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

Template Parameters
T1the first operand expression of the outer product expression
T2the second operand expression of the outer product expression