|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/basic/type_traits.hpp>#include <prc/core/functors/greater.hpp>#include <prc/core/functors/where.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class X > | |
| static constexpr X | pRC::max (X &&a) |
| template<class XA , class XB , If< IsInvocable< Greater, XA, XB > > = 0> | |
| static constexpr auto | pRC::max (XA &&a, XB &&b) |
| template<class XA , class XB , class... Xs, If< IsInvocable< Greater, XA, XB > > = 0, If< All< IsInvocable< Greater, ResultOf< Where, ResultOf< Greater, XA, XB >, XA, XB >, Xs >... > > = 0> | |
| static constexpr auto | pRC::max (XA &&a, XB &&b, Xs &&...args) |