- or download this
SV *
_smooth2( yp, wp, lambda_in, m )
...
double * wa;
ya = (double *) yp;
wa = (double *) wp;
- or download this
Smooth::_smooth2( $py, $pw, $lambda, scalar( @$yref ) );
- or download this
#XS
#include "EXTERN.h"
...
....
-------------------
perl -MTestMemXS -e 'testMem()'