I have a function in c++ who retus a list of complex:
#include <complex>
std::list< std::complex<double> > func(...);
what should i do in the '*.i' file ?
I have a function in c++ who retus a list of complex:
#include <complex>
std::list< std::complex<double> > func(...);
what should i do in the '*.i' file ?
برچسب:
نویسنده: استخدام کار