pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
not_equal.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2
3#ifndef pRC_CORE_CONTAINER_FUNCTIONS_NOT_EQUAL_H
4#define pRC_CORE_CONTAINER_FUNCTIONS_NOT_EQUAL_H
5
8
9namespace pRC
10{
11 template<Allocation A1, Allocation A2, class TA, class TB, Size... Ns>
12 static inline constexpr auto operator!=(
15 {
16 return !(lhs == rhs);
17 }
18}
19#endif // pRC_CORE_CONTAINER_FUNCTIONS_NOT_EQUAL_H
Definition type_traits.hpp:49
Definition cholesky.hpp:18
std::size_t Size
Definition type_traits.hpp:20
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
static constexpr auto operator!=(JacobiRotation< TA > const &a, JacobiRotation< TB > const &b)
Definition jacobi_rotation.hpp:304
Allocation
Definition allocation.hpp:19