4 template <
typename Derived>
7 std::cout <<
"size (rows, cols): " <<
b.size() <<
" (" <<
b.rows()
8 <<
", " <<
b.cols() <<
")" << std::endl;
Array< int, Dynamic, 1 > v
The matrix class, also used for vectors and row-vectors.
void print_size(const Eigen::EigenBase< Derived > &b)