Registered Member
|
Is there any convenient syntax in Eigen for creating a matrix by concatenating several other matrices? That is, if A, B, and C are 3x3, and I would like to create the 9x3 matrix D=[A;B;C] (matlab notation), is there an "Eigeny" way to do this? (Obviously it could be done with a loop...) Thank you!
|
Registered Member
|
Note that 9x3 means 9 rows so the matrices will be stacked on top of each other.
Join us on Eigen's IRC channel: #eigen on irc.freenode.net
Have a serious interest in Eigen? Then join the mailing list! |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]