SpecialMatrices.jl icon indicating copy to clipboard operation
SpecialMatrices.jl copied to clipboard

Clean and 100% covered Hankel matrices

Open fp4code opened this issue 8 years ago • 1 comments

  • .travis.yml is modernized
  • test/hankel.jl permits full coverage: https://coveralls.io/github/fp4code/SpecialMatrices.jl?branch=fp-hankel
  • src/hankel.jl is cleaned, with Hankel constructor and functions inspired by SparseMatrixCSC: https://github.com/JuliaLang/julia/blob/master/base/sparse/sparsematrix.jl

fp4code avatar Feb 16 '17 15:02 fp4code

Coverage Status

Coverage increased (+16.9%) to 61.85% when pulling 20f15b00d3d35b79b1aa404c93b9d75bb3747099 on fp4code:fp-hankel-pr into babf5fb579a73be9048405dd87267866a38eda5c on jiahao:master.

coveralls avatar Feb 16 '17 15:02 coveralls

Hankel matrices were moved to another repo in #40 so I am closing this PR.

JeffFessler avatar Jan 01 '23 18:01 JeffFessler