|
|
|
|
|
by Rayhem
1537 days ago
|
|
Eigen has one of if not the best linear algebra APIs I've ever seen. In particular, vectors are column vectors by default and you never need to touch row vectors (if I can editorialize, row vectors shouldn't exist at all), and vectors are not simply "n-by-1" matrices -- they're true vectors. |
|
But tge nice part is that these vectors can still interact well with parts of the code that expect a matrix.