-
Hello, I'm trying to write a small utility for debugging purposes, which I want to use to save/load numpy matrices into Eigen matrices. It is not supposed to be a permanent fixture, but something I want to use from time to time to debug certain parts of my code. The problem is that both the loading and saving of the matrices crashes my program. For loading, I did manage at some point to make it work, but I can't remember what I did differently from my current code. Now it crashes during For saving, I never managed to make it work; the code crashes with a Could you help me figure out what is wrong? Thanks in advance. My code is below.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry, I realized I forgot to initialize the Impl object... |
Beta Was this translation helpful? Give feedback.
Sorry, I realized I forgot to initialize the Impl object...