jmert / CMB.jl

Library of routines for the analysis of cosmic microwave background (CMB) data
MIT License
9 stars 0 forks source link

Reorganize numerical helper functions #28

Closed jmert closed 4 years ago

jmert commented 4 years ago

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.