Tagged Questions
8
votes
2answers
248 views
MathLink and C++ vector container
The Problem.
I have a C++ class that does some computations, and returns a C++ vector object (the length of which can possibly vary with each run).
I want to store each of these vectors as a list in ...