The sole purpose of this namespace is to be able to import all functions and symbols that are expected to be used within operator() for indexing and slicing. If you already imported the whole Eigen namespace:
Namespace containing all symbols from the Eigen library.
Definition bench_norm.cpp:85
then you are already all set. Otherwise, if you don't want/cannot import the whole Eigen namespace, the following line:
is equivalent to:
using Eigen::all;
using Eigen::lastN;
using Eigen::last;
using Eigen::lastp1;
ArithmeticSequence< typename internal::cleanup_index_type< FirstType >::type, typename internal::cleanup_index_type< SizeType >::type, typename internal::cleanup_seq_incr< IncrType >::type > seqN(FirstType first, SizeType size, IncrType incr)
Definition ArithmeticSequence.h:162
internal::enable_if<!(symbolic::is_symbolic< FirstType >::value||symbolic::is_symbolic< LastType >::value), ArithmeticSequence< typenameinternal::cleanup_index_type< FirstType >::type, Index > >::type seq(FirstType f, LastType l)
Definition ArithmeticSequence.h:234
internal::FixedInt< N > fix()
Definition IntegralConstant.h:192