JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
401 stars 106 forks source link

Move randomized algorithms from the package #180

Closed haampie closed 6 years ago

haampie commented 6 years ago

Part of #179 if it were to be accepted. I'll try if I can use some git subtree / split magic to move the randomized algorithms into a separate repository without losing the commit history.

haampie commented 6 years ago

The package https://github.com/haampie/RandomizedLinAlg.jl has all the randomized algorithms and preserves commit history :).