We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
API_SUFFIX
1 parent 25decab commit 3e76f6fCopy full SHA for 3e76f6f
lib/node_modules/@stdlib/stats/base/smeanlipw/src/main.c
@@ -62,5 +62,5 @@ float API_SUFFIX(stdlib_strided_smeanlipw_ndarray)( const CBLAS_INT N, const flo
62
}
63
ix = offsetX;
64
65
- return X[ ix ] + (float)( (double)stdlib_strided_sapxsumpw_ndarray( N-1, -X[ ix ], X, strideX, offsetX+strideX ) / (double)N );
+ return X[ ix ] + (float)( (double)API_SUFFIX(stdlib_strided_sapxsumpw_ndarray)( N-1, -X[ ix ], X, strideX, offsetX+strideX ) / (double)N );
66
0 commit comments