![]() |
IgANet
IgANets - Isogeometric Analysis Networks
|
STL namespace. More...
Namespaces | |
namespace | detail |
Functions | |
template<typename T , std::size_t N> | |
std::ostream & | operator<< (std::ostream &os, const std::array< T, N > &obj) |
Print (as string) an std::array of generic objects. | |
template<std::size_t N> | |
std::ostream & | operator<< (std::ostream &os, const std::array< torch::Tensor, N > &obj) |
Print (as string) a TensorArray object. | |
template<typename... Ts> | |
std::ostream & | operator<< (std::ostream &os, const std::tuple< Ts... > &obj) |
Print (as string) an std::tuple of generic objects. | |
STL namespace.
|
inline |
Print (as string) an std::array of generic objects.
|
inline |
Print (as string) a TensorArray object.
|
inline |
Print (as string) an std::tuple of generic objects.