As far as I can tell, Eigen won't compile if I try to invert a matrix that isn't square. Since the matrix I want to invert is dynamically sized, it doesn't know that both dimensions will be the same, so it won't let me compile it. Is there a way out of this?
问问题
412 次