|
Cytnx v0.7.3
|
This is the complete list of members for cytnx::LinOp, including all inherited members.
| _print() | cytnx::LinOp | |
| device() const | cytnx::LinOp | inline |
| dtype() const | cytnx::LinOp | inline |
| LinOp(const std::string &type, const cytnx_uint64 &nx, const int &dtype=Type.Double, const int &device=Device.cpu, std::function< Tensor(const Tensor &)> custom_f=nullptr) | cytnx::LinOp | inline |
| matvec(const Tensor &Tin) | cytnx::LinOp | virtual |
| nx() const | cytnx::LinOp | inline |
| operator()(const cytnx_uint64 &i, const cytnx_uint64 &j) | cytnx::LinOp | inline |
| set_device(const int &device) | cytnx::LinOp | inline |
| set_dtype(const int &dtype) | cytnx::LinOp | inline |
| set_elem(const cytnx_uint64 &i, const cytnx_uint64 &j, const T &elem, const bool check_exists=true) | cytnx::LinOp | inline |
| set_func(std::function< Tensor(const Tensor &)> custom_f, const int &dtype, const int &device) | cytnx::LinOp | inline |