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) consthelib::Tensor< T, N >inline
columns(const std::vector< long > &js) consthelib::Tensor< T, N >inline
data() consthelib::Tensor< T, N >inline
dims(int i) consthelib::Tensor< T, N >inline
entrywiseOperation(const Tensor< T2, N > &rhs, std::function< T &(T &, const T2 &)> operation)helib::Tensor< T, N >inline
fullView() consthelib::Tensor< T, N >inline
hadamard(const Tensor< T2, N > &rhs)helib::Tensor< T, N >inline
operator!=(const Tensor &rhs) consthelib::Tensor< T, N >inline
operator()(Args... args)helib::Tensor< T, N >inline
operator()(Args... args) consthelib::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)=defaulthelib::Tensor< T, N >
operator=(Tensor &&rhs)=defaulthelib::Tensor< T, N >
operator==(const Tensor &rhs) consthelib::Tensor< T, N >inline
order() consthelib::Tensor< T, N >inline
row(std::size_t i) consthelib::Tensor< T, N >inline
size() consthelib::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)=defaulthelib::Tensor< T, N >
Tensor(Tensor &&other)=defaulthelib::Tensor< T, N >
transpose()helib::Tensor< T, N >inline
~Tensor()=defaulthelib::Tensor< T, N >