Refactoring of the Complex tests
[Math-GSL.git] / Matrix.i
blob0714d47cbba51cc03e2678f73a78ca5560c1e62a
1 %module Matrix
2 %{
3 #include "gsl/gsl_matrix.h"
4 %}
6 %include "gsl/gsl_matrix.h"