The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
%module "Math::GSL::Chebyshev"
%include "typemaps.i"
%include "gsl_typemaps.i"
%{
    #include "gsl/gsl_chebyshev.h"
    #include "gsl/gsl_math.h"
    #include "gsl/gsl_mode.h"
%}
%include "gsl/gsl_chebyshev.h"
%include "gsl/gsl_math.h"
%include "gsl/gsl_mode.h"
%include "../pod/Chebyshev.pod"