![]() |
|
#include "../InternalHeaderCheck.h"Go to the source code of this file.
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
| Eigen::internal | |
| Namespace containing low-level routines from the Eigen library. | |
| Eigen::placeholders | |
Typedefs | |
| typedef symbolic::SymbolExpr< internal::symbolic_last_tag > | Eigen::placeholders::last_t |
| typedef symbolic::AddExpr< symbolic::SymbolExpr< internal::symbolic_last_tag >, symbolic::ValueExpr< Eigen::internal::FixedInt< 1 > > > | Eigen::placeholders::lastp1_t |
| typedef Eigen::internal::all_t | Eigen::placeholders::all_t |
| template<typename Indices , int SizeAtCompileTime> | |
| using | Eigen::internal::IvcType = typename internal::IndexedViewHelperIndicesWrapper< Indices, SizeAtCompileTime >::type |
Functions | |
| template<int SizeAtCompileTime, typename Indices > | |
| IvcType< Indices, SizeAtCompileTime > | Eigen::internal::CreateIndexSequence (size_t size, const Indices &indices) |
Variables | |
| static constexpr const last_t | Eigen::placeholders::last |
| static constexpr lastp1_t | Eigen::placeholders::lastp1 = lastp1_t{} |
| static constexpr lastp1_t | Eigen::placeholders::end = lastp1 |
| static constexpr Eigen::internal::all_t | Eigen::placeholders::all |