Use xMat with Python
To run the xMat from Python, it has to be compiled as a C library first. Here, an additional wrapper class will also be used to allow more flexible use.
1. Compile xMat to a C library
2. Provide wrapper class for xMat
3. Set up a simulation for Python
Return to beginning