![]() |
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) |
Prints a 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) |
Prints a std::tuple of generic objects. | |
STL namespace.
|
inline |
Prints a std::array of generic objects.
| T | Element type of the array. |
| N | Number of elements in the array. |
| os | Output stream. |
| obj | Array to print. |
os after the array representation has been written.
|
inline |
Print (as string) a TensorArray object.
| N | Template parameter N. |
| os | Output stream. |
| obj | Object to process. |
|
inline |
Prints a std::tuple of generic objects.
| Ts | Types stored in the tuple. |
| os | Output stream. |
| obj | Tuple to print. |
os after the tuple representation has been written.