helib::Tensor< T, N > Member List
This is the complete list of members for helib::Tensor< T, N >, including all inherited members.
apply(std::function< void(T &x)> fn) | helib::Tensor< T, N > | inline |
column(std::size_t j) const | helib::Tensor< T, N > | inline |
columns(const std::vector< long > &js) const | helib::Tensor< T, N > | inline |
data() const | helib::Tensor< T, N > | inline |
dims(int i) const | helib::Tensor< T, N > | inline |
entrywiseOperation(const Tensor< T2, N > &rhs, std::function< T &(T &, const T2 &)> operation) | helib::Tensor< T, N > | inline |
fullView() const | helib::Tensor< T, N > | inline |
hadamard(const Tensor< T2, N > &rhs) | helib::Tensor< T, N > | inline |
operator!=(const Tensor &rhs) const | helib::Tensor< T, N > | inline |
operator()(Args... args) | helib::Tensor< T, N > | inline |
operator()(Args... args) const | helib::Tensor< T, N > | inline |
operator+=(const Tensor< T2, N > &rhs) | helib::Tensor< T, N > | inline |
operator-=(const Tensor< T2, N > &rhs) | helib::Tensor< T, N > | inline |
operator=(const Tensor &rhs)=default | helib::Tensor< T, N > | |
operator=(Tensor &&rhs)=default | helib::Tensor< T, N > | |
operator==(const Tensor &rhs) const | helib::Tensor< T, N > | inline |
order() const | helib::Tensor< T, N > | inline |
row(std::size_t i) const | helib::Tensor< T, N > | inline |
size() const | helib::Tensor< T, N > | inline |
Tensor(const T &obj, Dims... dims) | helib::Tensor< T, N > | inline |
Tensor(Dims... dims) | helib::Tensor< T, N > | inline |
Tensor(std::initializer_list< std::vector< T >> lst) | helib::Tensor< T, N > | inline |
Tensor(const TensorSlice< N > &ts, const std::shared_ptr< std::vector< T >> &elems) | helib::Tensor< T, N > | inline |
Tensor(const Tensor &other)=default | helib::Tensor< T, N > | |
Tensor(Tensor &&other)=default | helib::Tensor< T, N > | |
transpose() | helib::Tensor< T, N > | inline |
~Tensor()=default | helib::Tensor< T, N > |