Releases: JuliaLinearAlgebra/BlockBandedMatrices.jl
Releases · JuliaLinearAlgebra/BlockBandedMatrices.jl
Diagonal support and LazyArrays 0.6
v0.3.3 test on 1.1
Fix bug in block banded matrix multiplication
v0.3.2 fix multiplication of BlockSkylineMatrix
Fix 32bit support, improve block bandwidths for BlockSkylineMatrix
v0.3.1 Ensure block-bandwidths BlockSkylineMatrix products are not larger th…
Add BlockSkylineMatrix
v0.3.0 bump VERSION
Support general backends
Thanks NumFOCUS and @mdavezac for supporting this development!
Support Julia v1.0
v0.1.1 Bump BandedMatrices.jl require
BLockBandedMatrices.jl v0.1.0
Support for Julia v0.7-alpha and BandedMatrices v0.5
BlockBandedMatrices.jl v0.0.1
BlockBandedMatrices.jl is a package for representing block-banded and banded-block-banded matrices in a memory efficient way, and builds on top of BlockArrays.jl. It is useful for PDEs solved bia spectral methods.