Cytnx v0.7.3
Loading...
Searching...
No Matches
cytnx::LinOp Member List

This is the complete list of members for cytnx::LinOp, including all inherited members.

_print()cytnx::LinOp
device() constcytnx::LinOpinline
dtype() constcytnx::LinOpinline
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::LinOpinline
matvec(const Tensor &Tin)cytnx::LinOpvirtual
nx() constcytnx::LinOpinline
operator()(const cytnx_uint64 &i, const cytnx_uint64 &j)cytnx::LinOpinline
set_device(const int &device)cytnx::LinOpinline
set_dtype(const int &dtype)cytnx::LinOpinline
set_elem(const cytnx_uint64 &i, const cytnx_uint64 &j, const T &elem, const bool check_exists=true)cytnx::LinOpinline
set_func(std::function< Tensor(const Tensor &)> custom_f, const int &dtype, const int &device)cytnx::LinOpinline