0

I am writing numpy data to sqlite database with pickling.

Is there anyway to read this pickle from c++ to EigenMatrix or std::vector ?

Best

Prometheus
  • 105
  • 1
  • 2
  • 8

1 Answers1

0

You can either use Boost Libraries or the specifically designed cross-language library Picklingtools.

Edit: you can find an example to the latter one on this post.

Dorian
  • 1,439
  • 1
  • 11
  • 26