|
pRC
multi-purpose Tensor Train library for C++
|
Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class TA , class TB , If< IsValue< TA > > = 0, If< IsValue< TB > > = 0, If< Any< IsFloat< TA >, IsFloat< TB > > > = 0> | |
| static constexpr auto | pRC::operator< (TA const &a, TB const &b) |
| Checks whether a pRC value is less than another pRC value. | |
| template<class TA , class TB , If< IsInteger< TA > > = 0, If< IsInteger< TB > > = 0> | |
| static constexpr auto | pRC::operator< (TA const &a, TB const &b) |
| Checks whether an Integer is less than another Integer. | |