Alignment issue using EigenPy for custom type #387
Unanswered
ofloveandhate
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Is this related to Issue #330 ? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I use EigenPy to expose Eigen with my custom numeric type (Boost::Multiprecision complexes, which i'll call
mpc
) with dynamically sized matrices into Python.I'm encountering an issue in Python where I have a numpy array of
mpc
, as output from one function call, and I'm feeding it into another function expecting an Eigen matrix ofmpc
. But I'm gettingI'm looking for advice on how to go about debugging this. I can produce backtraces, etc, but I figured I'd start by asking for advice since I suspect you've encountered this before -- I bet you have the assert there to help find this issue, and maybe there's a simple "thing I should be doing".
I'd appreciate any help you can give me. Thanks a billion!
Beta Was this translation helpful? Give feedback.
All reactions