Skip to content
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

Reorganize numerical helper functions #28

Merged
merged 4 commits into from
Jul 8, 2020
Merged

Reorganize numerical helper functions #28

merged 4 commits into from
Jul 8, 2020

Conversation

jmert
Copy link
Owner

@jmert jmert commented Jul 8, 2020

Rearrange and consolidate the couple of numerical helper functions. The explicit modules containing these functions has been removed, and none of the functions are exported.

Closes #4 by replacing custom fast sparse outer product implementation with calls to built-in Julia functionality that was merged for the v1.2 release.

jmert and others added 4 commits July 8, 2020 14:30
The feature was added to Julia in time for v1.2 in JuliaLang/julia#24980,
so get rid of the custom `outer()` method here and rewrite `quadprod()`
in terms of just standard matrix methods. Julia v1.2 is the
minimum-supported version at this point, so no need to worry about
backporting the functionality.

In the future, this function may yet still go away since the
implementation is nearly trivial at this point, but that can be a
follow-up PR.
@jmert jmert merged commit 19bfeb6 into master Jul 8, 2020
@jmert jmert deleted the numerics branch July 8, 2020 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make use of efficient Julia sparse outer products
1 participant