cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
adjoint.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class X >
requires TensorTrain::IsOperatorish<RemoveReference<X>> && IsInvocable<Transpose, X> && IsInvocable<Conj, ResultOf<Transpose, X>>
static constexpr auto pRC::adjoint (X &&a)