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.
Eigen::VectorBlock< Derived, 2 > firstTwo(MatrixBase< Derived > &v)
Expression of a fixed-size or dynamic-size sub-vector.
Array< int, Dynamic, 1 > v
The matrix class, also used for vectors and row-vectors.
Base class for all dense matrices, vectors, and expressions.