Registered Member
|
I have a fixed sized matrix whose size and elements are known at compile time. Is it possible to declare and initialize a const Eigen::Matrix? I'm looking for something like:
When I do this, I get errors like:
I'm using this in an embedded (arm cortex-m3, bare metal) environment and want to make sure that there is zero runtime cost associated with initializing the Eigen::Matrix. Is this possible? |
Registered Member
|
Hi hazelnusse,
try using
Regards, Hauke |
Registered users: Baidu [Spider], Bing [Bot], Google [Bot], Yahoo [Bot]