|
Cytnx v0.9.1
|
This is the complete list of members for cytnx::Storage, including all inherited members.
| append(const T &val) | cytnx::Storage | inline |
| astype(const unsigned int &new_type) const | cytnx::Storage | inline |
| capacity() const | cytnx::Storage | inline |
| clone() const | cytnx::Storage | inline |
| device() const | cytnx::Storage | inline |
| device_str() const | cytnx::Storage | inline |
| dtype() const | cytnx::Storage | inline |
| dtype_str() const | cytnx::Storage | inline |
| fill(const T &val) | cytnx::Storage | inline |
| from_vector(const std::vector< T > &vin, const int device=-1) | cytnx::Storage | inlinestatic |
| Fromfile(const std::string &fname, const unsigned int &dtype, const cytnx_int64 &count=-1) | cytnx::Storage | static |
| Fromfile(const char *fname, const unsigned int &dtype, const cytnx_int64 &count=-1) | cytnx::Storage | static |
| get_item(const cytnx_uint64 &idx) const | cytnx::Storage | inline |
| imag() const | cytnx::Storage | inline |
| Init(const unsigned long long &size, const unsigned int &dtype=Type.Double, int device=-1, const bool &init_zero=true) | cytnx::Storage | inline |
| Load(const std::string &fname) | cytnx::Storage | static |
| Load(const char *fname) | cytnx::Storage | static |
| operator!=(const Storage &rhs) | cytnx::Storage | |
| operator()(const cytnx_uint64 &idx) | cytnx::Storage | |
| operator==(const Storage &rhs) | cytnx::Storage | |
| print_info() const | cytnx::Storage | inline |
| real() const | cytnx::Storage | inline |
| resize(const cytnx_uint64 &newsize) | cytnx::Storage | inline |
| Save(const std::string &fname) const | cytnx::Storage | |
| Save(const char *fname) const | cytnx::Storage | |
| set_item(const cytnx_uint64 &idx, const T &elem) | cytnx::Storage | inline |
| set_zeros() | cytnx::Storage | inline |
| size() const | cytnx::Storage | inline |
| Storage(const unsigned long long &size, const unsigned int &dtype=Type.Double, int device=-1, const bool &init_zero=true) | cytnx::Storage | inline |
| Storage() | cytnx::Storage | inline |
| to(const int &device) | cytnx::Storage | inline |
| to_(const int &device) | cytnx::Storage | inline |
| Tofile(const std::string &fname) const | cytnx::Storage | |
| Tofile(const char *fname) const | cytnx::Storage | |
| Tofile(std::fstream &f) const | cytnx::Storage | |
| vector() | cytnx::Storage |