JuliaLinearAlgebra / IterativeSolvers.jl

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

view(...) -> @views in LOBPCG #217

Closed mohamed82008 closed 6 years ago

mohamed82008 commented 6 years ago

This PR cleans up the LOBPCG file to use @views macro making the view indexing code more readable.