|
| std::ostream & | cytnx::operator<< (std::ostream &os, const Tensor &in) |
| |
| std::ostream & | cytnx::operator<< (std::ostream &os, const Tensor::Tproxy &in) |
| |
| Tensor | cytnx::operator+ (const Tensor &lhs, const Tensor::Tproxy &rhs) |
| |
| Tensor | cytnx::operator- (const Tensor &lhs, const Tensor::Tproxy &rhs) |
| |
| Tensor | cytnx::operator* (const Tensor &lhs, const Tensor::Tproxy &rhs) |
| |
| Tensor | cytnx::operator/ (const Tensor &lhs, const Tensor::Tproxy &rhs) |
| |
| Tensor | cytnx::operator+ (const Tensor &lhs, const Scalar::Sproxy &rhs) |
| |
| Tensor | cytnx::operator- (const Tensor &lhs, const Scalar::Sproxy &rhs) |
| |
| Tensor | cytnx::operator* (const Tensor &lhs, const Scalar::Sproxy &rhs) |
| |
| Tensor | cytnx::operator/ (const Tensor &lhs, const Scalar::Sproxy &rhs) |
| |