Searched defs:DenseIndex (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDimensionList.h39 template<DenseIndex n, typename Index, std::size_t Rank> const Index array_get(DimensionList<Index, Rank>&) {
42 template<DenseIndex n, typename Index, std::size_t Rank> const Index array_get(const DimensionList<Index, Rank>&) {
50 EIGEN_DEVICE_FUNC static constexpr bool run(const DenseIndex) { argument
56 EIGEN_DEVICE_FUNC static constexpr bool run(const DenseIndex) { argument
89 static constexpr bool run(const DenseIndex i, const DenseIndex value) {
95 EIGEN_DEVICE_FUNC static constexpr bool run(const DenseIndex i, const DenseIndex value) {
102 EIGEN_DEVICE_FUNC static constexpr bool run(const DenseIndex i, const DenseIndex valu
142 run(const DenseIndex) argument
148 run(const DenseIndex) argument
181 run(const DenseIndex, const DenseIndex) argument
187 run(const DenseIndex, const DenseIndex) argument
194 run(const DenseIndex, const DenseIndex) argument
200 run(const DenseIndex, const DenseIndex) argument
207 run(const DenseIndex, const DenseIndex) argument
213 run(const DenseIndex, const DenseIndex) argument
220 run(const DenseIndex, const DenseIndex) argument
226 run(const DenseIndex, const DenseIndex) argument
[all...]
H A DTensorIndexList.h40 template <DenseIndex n>
42 static const DenseIndex value = n;
43 EIGEN_DEVICE_FUNC constexpr operator DenseIndex() const { return n; }
44 EIGEN_DEVICE_FUNC void set(DenseIndex val) {
51 template <DenseIndex f, DenseIndex s>
53 static const DenseIndex first = f;
54 static const DenseIndex second = s;
56 constexpr EIGEN_DEVICE_FUNC operator IndexPair<DenseIndex>() const {
57 return IndexPair<DenseIndex>(
384 run(const DenseIndex) argument
[all...]
/external/eigen/Eigen/src/Core/util/
H A DMeta.h25 typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE DenseIndex; typedef in namespace:Eigen

Completed in 118 milliseconds