Matrix<double,Dynamic,Dynamic,0,16,16> already allows you to use small dynamic-sized matrices with static storage up to 16x16.
To clarify, this is on the heap or the stack? Rob
Matrix<double,Dynamic,Dynamic,0,16,16> already allows you to use small dynamic-sized matrices with static storage up to 16x16.
To clarify, this is on the heap or the stack? Rob