|
|
lucid
0.0.1
Lifting-based Uncertain Control Invariant Dynamics
|
This is the complete list of members for lucid::Tensor< T >, including all inherited members.
| axes() const | lucid::Tensor< T > | inline |
| begin() const | lucid::Tensor< T > | |
| data() const | lucid::Tensor< T > | inline |
| data_ | lucid::Tensor< T > | private |
| dimensions() const | lucid::Tensor< T > | inline |
| end() const | lucid::Tensor< T > | |
| fft(double coeff=std::numeric_limits< double >::quiet_NaN()) const | lucid::Tensor< T > | |
| fft_upsample(const std::vector< std::size_t > &new_dims) const | lucid::Tensor< T > | |
| ifft(double coeff=std::numeric_limits< double >::quiet_NaN()) const | lucid::Tensor< T > | |
| m_data() | lucid::Tensor< T > | inline |
| m_view() | lucid::Tensor< T > | inline |
| operator()(I i, Is... is) const | lucid::Tensor< T > | inline |
| operator()(I i, Is... is) | lucid::Tensor< T > | inline |
| operator()(const Container< I > &indices) const | lucid::Tensor< T > | inline |
| operator()(const Container< I > &indices) | lucid::Tensor< T > | inline |
| operator[](I i) const | lucid::Tensor< T > | inline |
| pad(const std::vector< std::pair< Index, Index > > &padding, const T &value={}) const | lucid::Tensor< T > | |
| pad(const std::vector< Index > &padding, const std::vector< Index > &start_padding={}, const T &value={}) const | lucid::Tensor< T > | |
| permute(const std::vector< std::size_t > &permutation) const | lucid::Tensor< T > | inline |
| permute(I i, Is... is) const | lucid::Tensor< T > | inline |
| rank() const | lucid::Tensor< T > | inline |
| reshape(std::vector< std::size_t > dims) | lucid::Tensor< T > | |
| size() const | lucid::Tensor< T > | inline |
| Tensor(std::vector< std::size_t > dims) | lucid::Tensor< T > | explicit |
| Tensor(const T &value, std::vector< std::size_t > dims) | lucid::Tensor< T > | |
| Tensor(std::vector< T > data, std::vector< std::size_t > dims={}) | lucid::Tensor< T > | explicit |
| view() const | lucid::Tensor< T > | inline |
| view_ | lucid::Tensor< T > | private |