You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eigen is based on expression decomposition.
When using auto A = B*C, A will be an "intermediate" expression syntax tree.
It would be great if the visualizer could call A.eval() to get the actual matrix to display.
Is this possible?