Athan
Athan
> Using the JSON formatter as suggested in the issue and discussed doesn't help much since we process each file individually and would then still need to parse out the...
@Planeshifter Would it be possible to move this PR along? Would help to minimize some of the PR noise we are experiencing for the lint issues.
@navyansh007 Would you mind updating this PR to match the dynamic memory allocation changes in this commit: https://github.com/stdlib-js/stdlib/commit/2c9f492d8e15e860aa56f9d3b5b3845191480700? Cheers!
@gunjjoshi It's a little hard to follow what you are asking given the various links. Can you provide relevant snippets in a single comment so we can see what you...
@gunjjoshi What about providing an array and then offsets, similar in concept to the ndarray APIs we have. E.g., ```javascript xptr = ...; wptr = ...; xhptr = ...; cosqf1(n,...
> The required functions are implemented now, will move on to testing the implementations locally, comparing with the reference ones and then creating the tests. Great! Thanks for your continued...
@gunjjoshi Let's try in separate files to start.
/stdlib merge
The C interface should use an enum for the continuity, not a string. The enum should be defined in the heaviside header file. When going from JavaScript to C for...