![]() |
|
Typedefs | |
typedef symbolic::SymbolExpr< internal::symbolic_last_tag > | last_t |
typedef symbolic::AddExpr< symbolic::SymbolExpr< internal::symbolic_last_tag >, symbolic::ValueExpr< Eigen::internal::FixedInt< 1 > > > | lastp1_t |
typedef Eigen::internal::all_t | all_t |
Functions | |
template<typename SizeType , typename IncrType > | |
auto | lastN (SizeType size, IncrType incr) -> decltype(seqN(Eigen::placeholders::last -(size - fix< 1 >()) *incr, size, incr)) |
template<typename SizeType > | |
auto | lastN (SizeType size) -> decltype(seqN(Eigen::placeholders::last+fix< 1 >() - size, size)) |
Variables | |
static constexpr const last_t | last |
static constexpr lastp1_t | lastp1 = lastp1_t{} |
static constexpr lastp1_t | end = lastp1 |
static constexpr Eigen::internal::all_t | all |
typedef symbolic::AddExpr<symbolic::SymbolExpr<internal::symbolic_last_tag>, symbolic::ValueExpr<Eigen::internal::FixedInt<1> > > Eigen::placeholders::lastp1_t |
auto Eigen::placeholders::lastN | ( | SizeType | size | ) | -> decltype(seqN(Eigen::placeholders::last + fix<1>() - size, size)) |
\cpp11
It is a shortcut for:
References last, Eigen::seqN(), and size.
auto Eigen::placeholders::lastN | ( | SizeType | size, |
IncrType | incr | ||
) | -> decltype(seqN(Eigen::placeholders::last - (size - fix<1>()) * incr, size, incr)) |
\cpp11
It is a shortcut for:
References last, Eigen::seqN(), and size.
Referenced by check_indexed_view(), and check_tutorial_examples().