This is the complete list of members for tensor_basic< T >, including all inherited members.
| _x | tensor_basic< T > | |
| col(size_type i) const | tensor_basic< T > | |
| determinant(size_type d=3) const | tensor_basic< T > | |
| eig(tensor_basic< T > &q, size_t dim=3) const | tensor_basic< T > | |
| eig(size_t dim=3) const | tensor_basic< T > | |
| element_type typedef | tensor_basic< T > | |
| eye(size_type d=3) | tensor_basic< T > | static |
| fill(const T &init_val) | tensor_basic< T > | |
| float_type typedef | tensor_basic< T > | |
| get(std::istream &) | tensor_basic< T > | |
| is_symmetric(size_type d=3) const | tensor_basic< T > | |
| ncol() const | tensor_basic< T > | |
| nrow() const | tensor_basic< T > | |
| operator!=(const tensor_basic< T > &b) const | tensor_basic< T > | |
| operator()(size_type i, size_type j) | tensor_basic< T > | |
| operator()(size_type i, size_type j) const | tensor_basic< T > | |
| operator*(const tensor_basic< T > &b) const | tensor_basic< T > | |
| operator*(const T &k) const | tensor_basic< T > | |
| operator*(const point_basic< T > &) const | tensor_basic< T > | |
| operator*=(const T &k) | tensor_basic< T > | |
| operator+() const | tensor_basic< T > | |
| operator+(const tensor_basic< T > &b) const | tensor_basic< T > | |
| operator+=(const tensor_basic< T > &) | tensor_basic< T > | |
| operator-() const | tensor_basic< T > | |
| operator-(const tensor_basic< T > &b) const | tensor_basic< T > | |
| operator-=(const tensor_basic< T > &) | tensor_basic< T > | |
| operator/(const T &k) const | tensor_basic< T > | |
| operator/=(const T &k) | tensor_basic< T > | |
| operator=(const tensor_basic< T > &a) | tensor_basic< T > | |
| operator=(const T &val) | tensor_basic< T > | |
| operator==(const tensor_basic< T > &) const | tensor_basic< T > | |
| put(std::ostream &s, size_type d=3) const | tensor_basic< T > | |
| reset() | tensor_basic< T > | |
| row(size_type i) const | tensor_basic< T > | |
| set_column(const point_basic< T > &c, size_t j, size_t d=3) | tensor_basic< T > | |
| set_row(const point_basic< T > &r, size_t i, size_t d=3) | tensor_basic< T > | |
| size_type typedef | tensor_basic< T > | |
| svd(tensor_basic< T > &u, tensor_basic< T > &v, size_t dim=3) const | tensor_basic< T > | |
| tensor_basic(const T &init_val=0) | tensor_basic< T > | |
| tensor_basic(T x[3][3]) | tensor_basic< T > | |
| tensor_basic(const tensor_basic< T > &a) | tensor_basic< T > | |
| tensor_basic(const std::initializer_list< std::initializer_list< T > > &il) | tensor_basic< T > | |
| trans_mult(const point_basic< T > &x) const | tensor_basic< T > | |