3#ifndef pRC_CORE_FUNCTORS_CONTRACT_H
4#define pRC_CORE_FUNCTORS_CONTRACT_H
15 constexpr decltype(
auto)
operator()(
X &&a)
const
20 template<
class XA,
class XB,
23 constexpr decltype(
auto)
operator()(
XA &&a,
XB &&b)
const
Definition cholesky.hpp:18
static constexpr auto contract(X &&a)
Contracts given indices of a Tensor.
Definition contract.hpp:33
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
Size Index
Definition type_traits.hpp:21
Definition contract.hpp:13
Definition type_traits.hpp:38