3#ifndef pRC_CORE_TENSOR_OPERATOR_FUNCTIONS_IS_SELF_ADJOINT_H
4#define pRC_CORE_TENSOR_OPERATOR_FUNCTIONS_IS_SELF_ADJOINT_H
14 template<
class X,
class R = RemoveReference<X>, If<IsTensorish<R>> = 0,
15 If<IsInvocable<Adjo
int, X>> = 0,
16 If<IsInvocable<IsApprox, ResultOf<Adjo
int, X>, X>> = 0,
17 class TT =
typename R::Value>
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto isSelfAdjoint(X &&a, TT const &tolerance=NumericLimits< TT >::tolerance())
Definition is_self_adjoint.hpp:18
static constexpr auto adjoint(JacobiRotation< T > const &a)
Definition jacobi_rotation.hpp:325
static constexpr auto isApprox(XA &&a, XB &&b, TT const &tolerance=NumericLimits< TT >::tolerance())
Definition is_approx.hpp:24