|
pRC
multi-purpose Tensor Train library for C++
|
Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class TE , class T , If< IsBool< TE > > = 0> | |
| static constexpr T | pRC::where (TE const e, T &&a, T &&b) |
| template<class TE , class T , If< IsBool< TE > > = 0> | |
| static constexpr T const & | pRC::where (TE const e, T const &a, T &b) |
| template<class TE , class T , If< IsBool< TE > > = 0> | |
| static constexpr T const & | pRC::where (TE const e, T &a, T const &b) |
| template<class TE , class XA , class XB , If< IsBool< TE > > = 0> | |
| static constexpr auto | pRC::where (TE const e, XA &&a, XB &&b) |