ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Functions
linalg_op.cpp File Reference
#include <ATen/ops/linalg_op.h>
#include <ATen/kernels/linalg.h>
#include <base/macros/macros.h>
#include <complex>
Include dependency graph for linalg_op.cpp:

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::Tensoroperator+= (ct::Tensor &self, const ct::Tensor &other)
 
ct::Tensoroperator-= (ct::Tensor &self, const ct::Tensor &other)
 
ct::Tensoroperator*= (ct::Tensor &self, const ct::Tensor &other)
 
ct::Tensoroperator/= (ct::Tensor &self, const ct::Tensor &other)
 

Function Documentation

◆ operator*()

ct::Tensor operator* ( const ct::Tensor self,
const ct::Tensor other 
)
Here is the call graph for this function:

◆ operator*=()

ct::Tensor & operator*= ( ct::Tensor self,
const ct::Tensor other 
)
Here is the call graph for this function:

◆ operator+()

ct::Tensor operator+ ( const ct::Tensor self,
const ct::Tensor other 
)
Here is the call graph for this function:

◆ operator+=()

ct::Tensor & operator+= ( ct::Tensor self,
const ct::Tensor other 
)
Here is the call graph for this function:

◆ operator-()

ct::Tensor operator- ( const ct::Tensor self,
const ct::Tensor other 
)
Here is the call graph for this function:

◆ operator-=()

ct::Tensor & operator-= ( ct::Tensor self,
const ct::Tensor other 
)
Here is the call graph for this function:

◆ operator/()

ct::Tensor operator/ ( const ct::Tensor self,
const ct::Tensor other 
)
Here is the call graph for this function:

◆ operator/=()

ct::Tensor & operator/= ( ct::Tensor self,
const ct::Tensor other 
)
Here is the call graph for this function: