Re: [eigen] MatrixBase== |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
I was a bit surprised that for dynamically sized matrices MatrixBase== doesn't check dimension equivalence before doing a component wise equals. Obviously, this is easy to check myself, but is there a canonical way to do it? I can see this making sense for fixed size matrices where a mismatch leads to a constant condition, but it doesn't seem like the right thing to do for dynamic sized matrices.
Thanks,
Rob
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |