|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <ATen/ops/linalg_op.h>#include <ATen/kernels/linalg.h>#include <base/macros/macros.h>#include <complex>Namespaces | |
| namespace | container |
| namespace | container::op |
Functions | |
| ct::Tensor | operator+ (const ct::Tensor &self, const ct::Tensor &other) |
| ct::Tensor | operator- (const ct::Tensor &self, const ct::Tensor &other) |
| ct::Tensor | operator* (const ct::Tensor &self, const ct::Tensor &other) |
| ct::Tensor | operator/ (const ct::Tensor &self, const ct::Tensor &other) |
| ct::Tensor & | operator+= (ct::Tensor &self, const ct::Tensor &other) |
| ct::Tensor & | operator-= (ct::Tensor &self, const ct::Tensor &other) |
| ct::Tensor & | operator*= (ct::Tensor &self, const ct::Tensor &other) |
| ct::Tensor & | operator/= (ct::Tensor &self, const ct::Tensor &other) |
| ct::Tensor operator* | ( | const ct::Tensor & | self, |
| const ct::Tensor & | other | ||
| ) |
| ct::Tensor & operator*= | ( | ct::Tensor & | self, |
| const ct::Tensor & | other | ||
| ) |
| ct::Tensor operator+ | ( | const ct::Tensor & | self, |
| const ct::Tensor & | other | ||
| ) |
| ct::Tensor & operator+= | ( | ct::Tensor & | self, |
| const ct::Tensor & | other | ||
| ) |
| ct::Tensor operator- | ( | const ct::Tensor & | self, |
| const ct::Tensor & | other | ||
| ) |
| ct::Tensor & operator-= | ( | ct::Tensor & | self, |
| const ct::Tensor & | other | ||
| ) |
| ct::Tensor operator/ | ( | const ct::Tensor & | self, |
| const ct::Tensor & | other | ||
| ) |
| ct::Tensor & operator/= | ( | ct::Tensor & | self, |
| const ct::Tensor & | other | ||
| ) |