Skip to content

Releases: JuliaLinearAlgebra/BlockBandedMatrices.jl

Diagonal support and LazyArrays 0.6

18 Feb 04:30

Choose a tag to compare

Fix bug in block banded matrix multiplication

01 Dec 13:00

Choose a tag to compare

v0.3.2

fix multiplication of BlockSkylineMatrix

Fix 32bit support, improve block bandwidths for BlockSkylineMatrix

28 Nov 19:15

Choose a tag to compare

v0.3.1

Ensure block-bandwidths BlockSkylineMatrix products are not larger th…

Add BlockSkylineMatrix

10 Nov 15:31

Choose a tag to compare

v0.3.0

bump VERSION

Support general backends

29 Oct 21:37
09f8364

Choose a tag to compare

Thanks NumFOCUS and @mdavezac for supporting this development!

Support Julia v1.0

11 Aug 13:11

Choose a tag to compare

v0.1.1

Bump BandedMatrices.jl require

BLockBandedMatrices.jl v0.1.0

20 Jun 15:45

Choose a tag to compare

Support for Julia v0.7-alpha and BandedMatrices v0.5

BlockBandedMatrices.jl v0.0.1

09 Mar 16:41

Choose a tag to compare

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.