|
geopm 3.2.1.dev237+gbe30cff60
GEOPM - Global Extensible Open Power Manager
|
This is the complete list of members for geopm::TensorTwoD, including all inherited members.
| get_cols() const | geopm::TensorTwoD | |
| get_data() const | geopm::TensorTwoD | |
| get_rows() const | geopm::TensorTwoD | |
| operator*(const TensorOneD &) const | geopm::TensorTwoD | |
| operator=(const TensorTwoD &other) | geopm::TensorTwoD | |
| operator=(TensorTwoD &&other) | geopm::TensorTwoD | |
| operator==(const TensorTwoD &other) const | geopm::TensorTwoD | |
| operator[](size_t idx) | geopm::TensorTwoD | |
| operator[](size_t idx) const | geopm::TensorTwoD | |
| set_data(const std::vector< TensorOneD > &) | geopm::TensorTwoD | |
| set_dim(size_t rows, size_t cols) | geopm::TensorTwoD | |
| TensorTwoD() | geopm::TensorTwoD | |
| TensorTwoD(size_t rows, size_t cols) | geopm::TensorTwoD | |
| TensorTwoD(size_t rows, size_t cols, std::shared_ptr< TensorMath > math) | geopm::TensorTwoD | |
| TensorTwoD(const TensorTwoD &other) | geopm::TensorTwoD | |
| TensorTwoD(TensorTwoD &&other) | geopm::TensorTwoD | |
| TensorTwoD(const std::vector< std::vector< double > > &input) | geopm::TensorTwoD | |
| TensorTwoD(const std::vector< std::vector< double > > &input, std::shared_ptr< TensorMath > math) | geopm::TensorTwoD | |
| TensorTwoD(const std::vector< TensorOneD > &input) | geopm::TensorTwoD | |
| TensorTwoD(const std::vector< TensorOneD > &input, std::shared_ptr< TensorMath > math) | geopm::TensorTwoD | |
| ~TensorTwoD()=default | geopm::TensorTwoD | virtual |