3#ifndef pRC_CORE_TENSOR_OPERATOR_FUNCTIONS_IS_SELF_ADJOINT_H
4#define pRC_CORE_TENSOR_OPERATOR_FUNCTIONS_IS_SELF_ADJOINT_H
12 template<
class X, IsTensorish R = RemoveReference<X>, IsValue TT = Value<R>>
13 requires IsInvocable<Adjoint, X>
Definition cholesky.hpp:10
static constexpr auto adjoint(JacobiRotation< T > const &a)
Definition jacobi_rotation.hpp:312
static constexpr auto isApprox(XE &&expected, XA &&approx, TT const &tolerance=NumericLimits< TT >::tolerance())
Definition is_approx.hpp:14
static constexpr auto isSelfAdjoint(X &&a, TT const &tolerance=NumericLimits< TT >::tolerance())
Definition is_self_adjoint.hpp:14