#include <multi_index_transform.hpp>
|
| __host__ __device__ constexpr | Embed ()=default |
| __host__ __device__ constexpr | Embed (const UpLengths &up_lengths, const Coefficients &coefficients) |
| __host__ __device__ constexpr const auto & | GetUpperLengths () const |
| template<typename LowIdx, typename UpIdx> |
| __host__ __device__ constexpr void | CalculateLowerIndex (LowIdx &idx_low, const UpIdx &idx_up) const |
| template<typename LowIdxDiff, typename UpIdxDiff, typename LowIdx, typename UpIdx, index_t Hack> |
| __host__ __device__ void | UpdateLowerIndex (LowIdxDiff &idx_diff_low, const UpIdxDiff &idx_diff_up, LowIdx &idx_low, const UpIdx &, Number< Hack >) const |
| __host__ __device__ void | Print () const |
◆ LowerIndex
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
◆ UpperIndex
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
◆ Embed() [1/2]
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ __device__ constexpr ck::Embed< UpLengths, Coefficients, type >::Embed |
( |
| ) |
|
|
constexprdefault |
◆ Embed() [2/2]
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ __device__ constexpr ck::Embed< UpLengths, Coefficients, type >::Embed |
( |
const UpLengths & | up_lengths, |
|
|
const Coefficients & | coefficients ) |
|
inlineconstexpr |
◆ CalculateLowerIndex()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
template<typename LowIdx, typename UpIdx>
| __host__ __device__ constexpr void ck::Embed< UpLengths, Coefficients, type >::CalculateLowerIndex |
( |
LowIdx & | idx_low, |
|
|
const UpIdx & | idx_up ) const |
|
inlineconstexpr |
◆ GetNumOfLowerDimension()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ static __device__ constexpr index_t ck::Embed< UpLengths, Coefficients, type >::GetNumOfLowerDimension |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ GetNumOfUpperDimension()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ static __device__ constexpr index_t ck::Embed< UpLengths, Coefficients, type >::GetNumOfUpperDimension |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ GetUpperLengths()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ __device__ constexpr const auto & ck::Embed< UpLengths, Coefficients, type >::GetUpperLengths |
( |
| ) |
const |
|
inlineconstexpr |
◆ IsKnownAtCompileTime()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ static __device__ constexpr bool ck::Embed< UpLengths, Coefficients, type >::IsKnownAtCompileTime |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ IsLinearTransform()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ static __device__ constexpr bool ck::Embed< UpLengths, Coefficients, type >::IsLinearTransform |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ IsValidUpperIndexAlwaysMappedToValidLowerIndex()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ static __device__ constexpr bool ck::Embed< UpLengths, Coefficients, type >::IsValidUpperIndexAlwaysMappedToValidLowerIndex |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ IsValidUpperIndexMappedToValidLowerIndex()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
template<typename UpIdx>
| __host__ static __device__ constexpr bool ck::Embed< UpLengths, Coefficients, type >::IsValidUpperIndexMappedToValidLowerIndex |
( |
const UpIdx & | | ) |
|
|
inlinestaticconstexpr |
◆ Print()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| __host__ __device__ void ck::Embed< UpLengths, Coefficients, type >::Print |
( |
| ) |
const |
|
inline |
◆ UpdateLowerIndex()
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
template<typename LowIdxDiff, typename UpIdxDiff, typename LowIdx, typename UpIdx,
index_t Hack>
| __host__ __device__ void ck::Embed< UpLengths, Coefficients, type >::UpdateLowerIndex |
( |
LowIdxDiff & | idx_diff_low, |
|
|
const UpIdxDiff & | idx_diff_up, |
|
|
LowIdx & | idx_low, |
|
|
const UpIdx & | , |
|
|
Number< Hack > | ) const |
|
inline |
◆ coefficients_
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| Coefficients ck::Embed< UpLengths, Coefficients, type >::coefficients_ |
◆ NDimUp
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
◆ up_lengths_
template<typename UpLengths, typename Coefficients, typename
enable_if< UpLengths::Size()==Coefficients::Size(), bool >::type = false>
| UpLengths ck::Embed< UpLengths, Coefficients, type >::up_lengths_ |
The documentation for this struct was generated from the following file: