-
-
Notifications
You must be signed in to change notification settings - Fork 820
feat: add C ndarray
interface and refactor implementation for stats/base/dnanstdev
#4252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add C ndarray
interface and refactor implementation for stats/base/dnanstdev
#4252
Conversation
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
Merge branch 'ndarray-dnanstdev' of https://github.com/Neerajpathak07/stdlib into ndarray-dnanstdev
@Neerajpathak07 Are you still working on this if not please close this PR because i need tha ndarray implementation of this package. |
* @return output value | ||
*/ | ||
double API_SUFFIX(stdlib_strided_dnanstdev_ndarray)( const CBLAS_INT N, const double correction, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX ) { | ||
return API_SUFFIX(stdlib_strided_dnanstdevpn_ndarray)( N, correction, X, strideX, offsetX ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0PrashantYadav0 I am working on this package and for that we need to refactor dnanstdevpn
which in turn depends on dnanvariancepn
till we have those PR's this will be on draft.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok Thanks for updated will open a draft PR for this and open that we this is merged.
Ref: #6970 |
Resolves none.
Description
This pull request:
ndarray
interface forstats/base/dnanstdev
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers