# net::tensor::contract

#include <tensor_network.hpp>

# Public Functions

Name
template <typename TensorType ,typename IndType >
TensorType
operator()(const TensorType & ten1, const TensorType & ten2, const IndType & inds) const

# Public Functions Documentation

# function operator()

template <typename TensorType ,
typename IndType >
inline TensorType operator()(
    const TensorType & ten1,
    const TensorType & ten2,
    const IndType & inds
) const

Updated on 15 June 2022 at 16:04:19 CST