pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
where.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2
3#ifndef pRC_CORE_TENSOR_FUNCTIONS_WHERE_H
4#define pRC_CORE_TENSOR_FUNCTIONS_WHERE_H
5
9
10namespace pRC
11{
30 template<class XE, class XA, class XB,
35 static inline constexpr auto where(XE &&e, XA &&a, XB &&b)
36 {
38 }
39}
40#endif // pRC_CORE_TENSOR_FUNCTIONS_WHERE_H
Definition cholesky.hpp:18
static constexpr T where(TE const e, T &&a, T &&b)
Definition where.hpp:12
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13