pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
adjoint.hpp File Reference
#include <prc/core/functors/adjoint.hpp>
#include <prc/core/functors/conj.hpp>
#include <prc/core/functors/transpose.hpp>
#include <prc/tensor_train/common/functions/conj.hpp>
#include <prc/tensor_train/operator/functions/transpose.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class X , If< TensorTrain::IsOperatorish< RemoveReference< X > > > = 0, If< IsInvocable< View, X > > = 0, If< IsInvocable< Transpose, X > > = 0, If< IsInvocable< Conj, ResultOf< Transpose, X > > > = 0>
static constexpr auto pRC::adjoint (X &&a)
 
template<class X , If< TensorTrain::IsOperatorish< RemoveReference< X > > > = 0, If< Not< IsInvocable< View, X > > > = 0, If< IsInvocable< Adjoint, X & > > = 0>
static constexpr auto pRC::adjoint (X &&a)