6 template<
typename Derived>
13 template<
typename Derived>
25 cout <<
"Now the vector v is:" << endl << v << endl;
Namespace containing all symbols from the Eigen library.
Expression of a fixed-size or dynamic-size sub-vector.
Array< int, Dynamic, 1 > v
Eigen::VectorBlock< Derived > segmentFromRange(MatrixBase< Derived > &v, int start, int end)
static EIGEN_DEPRECATED const end_t end
The matrix class, also used for vectors and row-vectors.
Base class for all dense matrices, vectors, and expressions.