Column major Eigen matrix #1018
Answered
by
wjakob
petrasvestartas
asked this question in
Q&A
-
Is there any example how to transfer python numpy to c++ and back as a column major eigen matrix? I am successfully using Row Major Eigen matrix, but due to specific C++ workflow I must use Column Major. |
Beta Was this translation helpful? Give feedback.
Answered by
wjakob
May 20, 2025
Replies: 1 comment 1 reply
-
I don't see why this would not work, if your input matrix has the right type and is column major. Can you open an issue with a reproducer? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
petrasvestartas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see why this would not work, if your input matrix has the right type and is column major. Can you open an issue with a reproducer?