Eigen: I need to define a matrix with a defined size - not Dynamic (not heap) but Fixed size (on Stack)

后端 未结 0 1260
执念已碎
执念已碎 2021-01-20 15:03

I am trying to do this type of declaration (I am a newbie in C++):

// Fixed Sized Matrix: you know what is the size of the matrix
#include          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题