Registered Member
|
Hi
I'm trying to add a generic way to output truncated versions of large row and column vectors. If such a vector is very large,
Matlab and NumPy etc. all have such implementations, I'm wondering if there exists one for Eigen as well. For a given Matrix type it's easy to do, e.g.
as they arise for say const Transpose<VectorXd const> & and const Transpose<VectorXd> & Seems to me this would be a good addition to the library itself? |
Moderator
|
Make repr a template function like:
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]