Registered Member
|
such as if A is a 3X4 matrix and I want to add a col to A to make it 3X5, how should i do using Eigen ?
|
Moderator
|
you can call A.conservativeResize(3,5); and then A.col(4) = ...;
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]