pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
print.hpp File Reference
#include <prc/core/basic/range.hpp>
#include <prc/core/basic/type_name.hpp>
#include <prc/core/container/allocation.hpp>
#include <prc/core/container/type_traits.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class S >
static auto pRC::print (Allocation const alloc, S &&stream)
 
template<Size... Ns, class S >
static auto pRC::print (Subscripts< Ns... > const &a, S &&stream)
 
template<Size N, class S >
static auto pRC::print (Indices< N > const &a, S &&stream)
 
template<Allocation A, class T , Size... Ns, class S >
static auto pRC::print (CommonArray< A, T, Ns... > const &arg, S &&stream)