ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
tensor_shape.h File Reference
#include <vector>
#include <iostream>
#include <initializer_list>
Include dependency graph for tensor_shape.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  container::TensorShape
 A class for representing the shape of a tensor. More...
 

Namespaces

namespace  container
 

Functions

std::ostream & container::operator<< (std::ostream &os, const TensorShape &shape)
 Overload the << operator to print TensorShape objects.