• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaMath / IterativeSolvers.jl / 419 / 3
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2017 03:22PM UTC
Files 20
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jul 2017 03:15PM UTC coverage: 85.945% (+1.0%) from 84.914%
419.3

push

travis-ci

andreasnoack
Fix GMRES memory usage (#131)

* Add improved versions of GMRES and CG

* Add preconditioners

* Add Hessenberg type

* Hessenberg solver

* Fix incorrect comment

* Benchmark Givens rotation + UpperTriangular vs \

* Rename to Hessenberg

* Use UnsafeVectorView when solving the small system

* Clean up some

* Add Identity preconditioner type

* Improve GMRES with specialized functions for preconditioners, unsafe views, and conditional logging

* Don't run by default

* Some default values for gmres bench

* Reduce the number of allocs slightly by solving the least-squares-problem with the Hessenberg matrix in-place

* Fix for complex numbers

* Move from Vector{Vector{T}} to Matrix{T} using views and make orthogonalization routine reusable

* Make the comparison fair and the matrix sparser to ~10 nonzeros per row

* Fix a bug for complex numbers

* Temporarily remove tests with matrices as preconditioner, since we don't have A_ldiv_B for them at the moment

* Add tests for various orthogonalization methods

* Fix a problem for complex numbers again

* Export Identity

* Add tests to runtests.jl

* Fix compatibility with Julia 0.5

* Override the current gmres method and move solve! to A_ldiv_B!

1223 of 1423 relevant lines covered (85.95%)

248.52 hits per line

Source Files on job 419.3
  • Tree
  • List 0
  • Changed 17
  • Source Changed 3
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 419
  • Travis Job 419.3
  • 81e78728 on github
  • Prev Job for on master (#412.1)
  • Next Job for on master (#420.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc