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

JuliaMath / IterativeSolvers.jl / 419
97%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2017 03:21PM UTC
Jobs 3
Files 20
Run time 1min
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

pending completion
419

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!

1226 of 1444 relevant lines covered (84.9%)

1492.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 419.1 06 Jul 2017 03:22PM UTC 0
83.56
Travis Job 419.1
2 419.2 06 Jul 2017 03:21PM UTC 0
85.95
Travis Job 419.2
3 419.3 06 Jul 2017 03:22PM UTC 0
85.95
Travis Job 419.3
Source Files on build 419
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #419
  • 81e78728 on github
  • Prev Build on master (#412)
  • Next Build on master (#420)
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