pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
common.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2
3#ifndef pRC_CORE_COMPLEX_COMMON_H
4#define pRC_CORE_COMPLEX_COMMON_H
5
9
10namespace pRC
11{
12 template<class T, class U>
14 {
16 };
17
18 template<class T, class U>
20 {
22 };
23
24 template<class T, class U>
26 {
28 };
29}
30#endif // pRC_CORE_COMPLEX_COMMON_H
Definition complex.hpp:26
Definition cholesky.hpp:18
std::conjunction< Bs... > All
Definition type_traits.hpp:77
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
Any< IsFloat< T >, IsInteger< T > > IsValue
Definition type_traits.hpp:72
Definition common.hpp:36
Definition type_traits.hpp:159