3#ifndef pRC_CORE_TENSOR_OPERATOR_FUNCTIONS_IS_UNITARY_H
4#define pRC_CORE_TENSOR_OPERATOR_FUNCTIONS_IS_UNITARY_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 isIdentity(T const a)
Definition is_identity.hpp:11
static constexpr auto isUnitary(X &&a, TT const &tolerance=NumericLimits< TT >::tolerance())
Definition is_unitary.hpp:14