Typedefs | |
typedef Eigen::internal::all_t | all_t |
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 |
Functions | |
template<typename SizeType > | |
auto | lastN (SizeType size) -> decltype(seqN(Eigen::placeholders::last+fix< 1 >() -size, size)) |
template<typename SizeType , typename IncrType > | |
auto | lastN (SizeType size, IncrType incr) -> decltype(seqN(Eigen::placeholders::last-(size-fix< 1 >()) *incr, size, incr)) |
Variables | |
static const Eigen::internal::all_t | all |
static const lastp1_t | end |
static const last_t | last |
static const auto | lastp1 |
typedef Eigen::internal::all_t Eigen::placeholders::all_t |
Definition at line 157 of file IndexedViewHelper.h.
typedef symbolic::SymbolExpr<internal::symbolic_last_tag> Eigen::placeholders::last_t |
Definition at line 24 of file IndexedViewHelper.h.
typedef symbolic::AddExpr<symbolic::SymbolExpr<internal::symbolic_last_tag>,symbolic::ValueExpr<Eigen::internal::FixedInt<1> > > Eigen::placeholders::lastp1_t |
Definition at line 156 of file IndexedViewHelper.h.
auto Eigen::placeholders::lastN | ( | SizeType | size | ) | -> decltype(seqN(Eigen::placeholders::last+fix<1>()-size, size)) |
[c++11]
It is a shortcut for:
Definition at line 190 of file ArithmeticSequence.h.
auto Eigen::placeholders::lastN | ( | SizeType | size, |
IncrType | incr | ||
) | -> decltype(seqN(Eigen::placeholders::last-(size-fix<1>())*incr, size, incr)) |
[c++11]
It is a shortcut for:
Definition at line 177 of file ArithmeticSequence.h.