JuliaDSP / Wavelets.jl

A Julia package for fast discrete wavelet transforms and utilities
Other
190 stars 29 forks source link

Support differing x,y eltypes for dwt #54

Closed JeffFessler closed 4 years ago

JeffFessler commented 4 years ago

Addresses #53 for the dwt! and idwt! (but not for other transforms). It passes test Wavelets. In addition to giving more flexibility with the eltype of x and y, I also made some types AbstractArray because I am calling these with reshape and views and a view is an AbstractMatrix but not a Matrix.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.1%) to 90.283% when pulling 72cbb3d2fbffe84f689ad70d00b20d67b083d47b on JeffFessler:master into d044058615e65bf6fe86b052db3b0b416e450055 on JuliaDSP:master.