This is the complete list of members for Tensor< T >, including all inherited members.
| add_matrix(const Matrix< T > &) (defined in Tensor< T >) | Tensor< T > | |
| calculate_sum() const | Tensor< T > | |
| dimensions (defined in Tensor< T >) | Tensor< T > | private |
| divide(const Vector< T > &, const size_t &) const (defined in Tensor< T >) | Tensor< T > | |
| embed(const size_t &, const size_t &, const Matrix< T > &) | Tensor< T > | |
| embed(const size_t &, const size_t &, const Tensor< T > &) | Tensor< T > | |
| embed(const size_t &, const Vector< T > &) | Tensor< T > | |
| get_column(const size_t &) const | Tensor< T > | |
| get_dimension(const size_t &) const | Tensor< T > | |
| get_dimensions() const | Tensor< T > | |
| get_dimensions_number() const | Tensor< T > | |
| get_element(const size_t &, const size_t &) const | Tensor< T > | |
| get_header() const | Tensor< T > | |
| get_matrix(const size_t &) const | Tensor< T > | |
| get_matrix(const size_t &, const size_t &) const | Tensor< T > | |
| get_row(const size_t &) const | Tensor< T > | |
| get_tensor(const size_t &) const | Tensor< T > | |
| initialize(const T &) | Tensor< T > | |
| initialize_sequential() | Tensor< T > | |
| operator()(const size_t &) (defined in Tensor< T >) | Tensor< T > | inline |
| operator()(const size_t &, const size_t &) (defined in Tensor< T >) | Tensor< T > | inline |
| operator()(const size_t &, const size_t &, const size_t &) (defined in Tensor< T >) | Tensor< T > | inline |
| operator()(const size_t &, const size_t &, const size_t &, const size_t &) (defined in Tensor< T >) | Tensor< T > | inline |
| operator()(const size_t &) const (defined in Tensor< T >) | Tensor< T > | inline |
| operator()(const size_t &, const size_t &) const (defined in Tensor< T >) | Tensor< T > | inline |
| operator()(const size_t &, const size_t &, const size_t &) const (defined in Tensor< T >) | Tensor< T > | inline |
| operator()(const size_t &, const size_t &, const size_t &, const size_t &) const (defined in Tensor< T >) | Tensor< T > | inline |
| operator*(const T &) const | Tensor< T > | |
| operator*(const Tensor< T > &) const | Tensor< T > | |
| operator*=(const Tensor< T > &) | Tensor< T > | |
| operator+(const T &) const | Tensor< T > | |
| operator+(const Tensor< T > &) const | Tensor< T > | |
| operator-(const T &) const | Tensor< T > | |
| operator-(const Tensor< T > &) const | Tensor< T > | |
| operator/(const T &) const | Tensor< T > | |
| operator/(const Tensor< T > &) const | Tensor< T > | |
| operator<=(const T &) | Tensor< T > | inline |
| operator=(const Tensor< T > &) | Tensor< T > | inline |
| operator==(const T &) | Tensor< T > | inline |
| operator==(const Tensor< T > &) | Tensor< T > | inline |
| operator>=(const T &) | Tensor< T > | inline |
| randomize_normal(const double &=0.0, const double &=1.0) | Tensor< T > | |
| randomize_uniform(const T &, const T &) | Tensor< T > | |
| set() | Tensor< T > | |
| set(const size_t &) | Tensor< T > | |
| set(const size_t &, const size_t &) (defined in Tensor< T >) | Tensor< T > | |
| set(const Vector< size_t > &) | Tensor< T > | |
| set(const Vector< size_t > &, const T &) | Tensor< T > | |
| set(const Tensor< T > &) (defined in Tensor< T >) | Tensor< T > | |
| set_matrix(const size_t &, const size_t &, const Matrix< T > &) | Tensor< T > | |
| set_matrix(const size_t &, const Matrix< T > &) | Tensor< T > | |
| set_row(const size_t &, const Vector< T > &) | Tensor< T > | |
| set_tensor(const size_t &, const Tensor< T > &) | Tensor< T > | |
| Tensor() | Tensor< T > | explicit |
| Tensor(const Vector< size_t > &) | Tensor< T > | explicit |
| Tensor(const Vector< size_t > &, const T &) | Tensor< T > | explicit |
| Tensor(const size_t &) | Tensor< T > | explicit |
| Tensor(const size_t &, const size_t &) | Tensor< T > | explicit |
| Tensor(const size_t &, const size_t &, const size_t &) | Tensor< T > | explicit |
| Tensor(const size_t &, const size_t &, const size_t &, const size_t &) | Tensor< T > | explicit |
| Tensor(const Matrix< T > &) | Tensor< T > | explicit |
| to_2d_tensor() const | Tensor< T > | |
| to_matrix() const | Tensor< T > | |
| to_vector() const | Tensor< T > | |
| ~Tensor() | Tensor< T > | virtual |