Add summary to lldb pretty printing of Eigen::Matrix
- Bugfix: Only add synthetic and summary providers when "Eigen::Matrix" is in the beginning of the class being viewed. This allows accurate debug when nesting Eigen::Matrix in other data structures.
- New: Add summary provider that shows the size and the options of the matrix.