Hacker News new | ask | show | jobs
by vbarrielle 1542 days ago
But they are nx1 matrices in Eigen, you can call the rows() and cols() methods to check that. However, the nice part is that, since Eigen knows the number of columns at compile time, it enables vector methods such as size() in addition, which lets you handle them as true vector.

But tge nice part is that these vectors can still interact well with parts of the code that expect a matrix.