|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <vector>#include <cassert>#include <iostream>#include <algorithm>#include <type_traits>#include <numeric>Go to the source code of this file.
Classes | |
| class | NDArray< T > |
| under the restriction of C++11, a simple alternative to std::vector<T> + std::mdspan. In source_base/module_container/ATen/tensor.h, tensor class provides a cross-device container, but std::string is not supported. Therefore, this class is to provide a general (but CPU-only) container for multi-dimensional data. It can easily convert to container::Tensor. More... | |