SyTen

◆ prod() [5/6]

template<Rank r>
SDef syten::prod ( Tensor< r > const &  a,
Tensor< r > const &  b,
std::string_view  prodspec,
Conj const  conj = Conj::n(),
SourceLocation  location = SourceLocation::current() 
)
inline

Scalar product of two tensors with reordering allowed.

Parameters
afirst tensor
bsecond tensor
prodspeceinstein summation specification, a,b,c|c,a,b|
conjif Yes, complex-conjugate the second tensor
locationCallsite identifier.

References syten::CudaDenseTensorImpl::conj().

+ Here is the call graph for this function: