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.
1 parent 6463011 commit a3d85e6Copy full SHA for a3d85e6
lib/node_modules/@stdlib/stats/base/dnanmean/src/main.c
@@ -44,5 +44,5 @@ double API_SUFFIX(stdlib_strided_dnanmean)( const CBLAS_INT N, const double *X,
44
* @return output value
45
*/
46
double API_SUFFIX(stdlib_strided_dnanmean_ndarray)( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX ) {
47
- return stdlib_strided_dnanmeanpn( N, X, strideX, offsetX );
+ return stdlib_strided_dnanmeanpn_ndarray( N, X, strideX, offsetX );
48
}
0 commit comments