forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:JuliaLang/julia
* 'master' of github.com:JuliaLang/julia: Working sparse \ small fix to suitesparse build. Build SuiteSparse. Still need to resolve LAPACK symbols. Use lu! for economy mode. No economy argument to lu any more. lu is implemented using lu! Close JuliaLang#272. Specialize the conversion for integer arrays as the real case led to stack overflow in the earlier commit. Promote all non-float arrays to float for lapack function calls (both real and complex cases) Fix bug in calling complex qr close JuliaLang#134 ode23 is quite decent. ode45 seems ok, but may need some code cleanup and performance testing. Both need a few more function signatures - but good enough to get started. Implement select(k) using quickselect Separate stats stuff into statistics.j Implement median using select Almost working quickselect that will pave the way for median and order statistics.
- Loading branch information
Showing
12 changed files
with
197 additions
and
288 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.