3#ifndef pRC_CORE_TENSOR_OPERATOR_FUNCTIONS_IS_LOWER_TRIANGULAR_H
4#define pRC_CORE_TENSOR_OPERATOR_FUNCTIONS_IS_LOWER_TRIANGULAR_H
12 template<
class X, IsTensorish R = RemoveReference<X>, IsValue TT = Value<R>>
13 requires IsInvocable<LowerTriangular, X>
Definition cholesky.hpp:10
static constexpr auto lowerTriangular(X &&a)
Definition lower_triangular.hpp:14
static constexpr auto isLowerTriangular(X &&a, TT const &tolerance=NumericLimits< TT >::tolerance())
Definition is_lower_triangular.hpp:14
static constexpr auto isApprox(XE &&expected, XA &&approx, TT const &tolerance=NumericLimits< TT >::tolerance())
Definition is_approx.hpp:14